βοΈSend
Send top up to more than 120 countries
POST
https://sandbox.pgecom.com/api/balance/estimate
Headers
Name
Type
Description
authorization*
String
Bearer token
Request Body
Name
Type
Description
phone*
Number
Receiver's phone ex: +50938737829
amount*
String
Receiver's amount in USD
skuCode*
String
skuCode from the estimate endpoint
{
"transferId": {
"transferRef": "0",
"distributorRef": "5f56dfa3-a415-4818-8275-44fc63ece3fd"
},
"skuCode": "HT_DC_TopUp",
"price": {
"customerFee": 0,
"distributorFee": 0,
"receiveValue": 603.1,
"receiveCurrencyIso": "HTG",
"receiveValueExcludingTax": 603.1,
"taxRate": 0,
"sendValue": 5,
"sendCurrencyIso": "USD"
},
"processingState": "Complete",
"accountNumber": "50938737629",
"resultCode": 1,
"errorCodes": []
}
Last updated
Was this helpful?