curl --request POST \ --url https://api.sandbox.hit-pay.com/v1/transfers/estimate \ --header 'Content-Type: application/json' \ --header 'X-BUSINESS-API-KEY: <x-business-api-key>' \ --data '{ "beneficiary_id": "9ad4789a-c864-48a6-a657-7fdfc57ba1fc", "source_currency": "<string>", "source_amount": 123, "payment_amount": 123 }'
{ "source_amount": 100, "source_amount_fees": 0, "source_currency": "sgd", "exchange_rate": "1.345622", "payment_amount": 69.61, "payment_amount_fees": 4.71, "payment_currency": "usd" }
The supported currency. Example: sg
Was this page helpful?