/me/send-money/preview
Return the total fee, which the sender will be charged at send money with the requested amount, the amount converted in customer’s currency and the fxRate to be applied.
Authorization
Request Parameters
Responses
Return the total fee, which the sender will be charged at send money with the requested amount, the amount converted in customer’s currency and the fxRate to be applied.
Example response:
{
"feeAmount": 1.67,
"feeCurrency": "USD",
"customerAmount": 167.365322,
"displayCustomerAmount": 167.37,
"customerCurrency": "USD",
"maxAmountInTransactionCurrency": 0,
"displayMaxAmountInTransactionCurrency": 0,
"maxAmountInCustomerCurrency": 0,
"displayMaxAmountInCustomerCurrency": 0,
"fxRate": 0.597496,
"displayFxRate": 0.60
}
In this example, fxRate denotes that 1 USD = 0.60 GBP.
Sender amount of the remittance, with fees included
Sender amount of the remittance, with fees included, rounded to maximum decimal places for sender currency
Maximum amount to be sent with total fee amount included, rounded to max decimal places for sender currency
Flags if the first send money will be charged with “first transaction with no qualified deposit” fee. This fee can drop if the customer has already sent money or successfully deposits.
Flag if the user is eligible to receive money - locked user or some other restrictions
Maximum amount to be sent with total fee amount included
Flags if the send money will be charged with “no qualified deposit” fee. This fee can drop if the customer successfully deposits.
A stamp to specify when creating the actual upload, so the amounts given in this preview are the same for the upload, as FX rates may have changed in the meantime.