Estimate
Estimate
Estimate transfer costs and fees
POST /api/v1/reloadable/transfers/estimateRequest body:
{
"currency": "USD",
"amount": 100,
"feePaidBy": "PAYER",
"action": "CREATE",
"reloadableCardId": 0
}
Response Example:
{
"currency": "USD",
"amount": 100,
"fee": 4,
"totalAmount": 100,
"recipientAmount": 96,
"feePaidBy": "PAYER",
"action": "CREATE",
"feeBreakdown": {
"cardIssuanceFee": 1.75,
"topUpFee": 3,
"topUpFeePercentage": 3
}
}Updated 4 months ago
