Utils
š± Pricing & Balance Utilities
š Overview of Methods
Method | Purpose |
---|---|
GET /balances | Retrieves the current available balance for the authenticated terminal or user. Useful for validating funds before initiating a transaction. |
GET /prices/direct | Calculates the destination amount (what the end user receives) based on a given sale price. Ideal when the user specifies how much they want to pay. |
GET /prices/reverse | Calculates the required sale price based on a desired destination amount. Useful when the user wants to receive an exact value. |
GET /transaction/info | Retrieves the status and metadata of a previously submitted transaction using its unique identifier. Useful for reconciliation, support, or audit trails. |
POST /transaction/revert | Allows manual reversal of a transaction using its localReference . Ideal for internal operations or support cases where a refund or rollback is needed ā provided the product configuration allows reversals. |
/prices/direct
when the user enters how much they want to pay, /prices/reverse
when they specify how much they want to receive, and /transaction/revert
when support teams need to manually undo operations.
Modified atĀ 2025-07-08 11:01:23