Transfer
Estimate transfer fees
Guides
API References
- Payment Request
- Recurring Billing
- Charges
- Payout
- Balances
- Beneficiary
- Transfer
- Account
- Orders
- Products
- Product Category
- Customers
- Staffs
- Invoice
- Webhook Events
- Static QR Codes
- Notifications
- Terminal
Transfer
Estimate transfer fees
POST
/
v1
/
transfers
/
estimate
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": "9e3320ed-a47b-495b-8e60-e1b1347eb3e8",
"source_currency": "sgd",
"source_amount": 100
}'
{
"source_amount": 100,
"source_amount_fees": 0,
"source_currency": "sgd",
"exchange_rate": "1",
"fx_pair": "sgdsgd",
"payment_amount": 100,
"payment_amount_fees": 0,
"payment_currency": "sgd",
"fee_payer": "beneficiary",
"fee_currency": "sgd"
}
Headers
Example:
"b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d"
Body
application/json
Response
200
application/json
200
The response is of type object
.
Was this page helpful?
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": "9e3320ed-a47b-495b-8e60-e1b1347eb3e8",
"source_currency": "sgd",
"source_amount": 100
}'
{
"source_amount": 100,
"source_amount_fees": 0,
"source_currency": "sgd",
"exchange_rate": "1",
"fx_pair": "sgdsgd",
"payment_amount": 100,
"payment_amount_fees": 0,
"payment_currency": "sgd",
"fee_payer": "beneficiary",
"fee_currency": "sgd"
}