Previews the fee calculation for a proposed payout. Returns the applicable pricing plan, calculated fee, and total cost.
cURL
curl --request POST \ --url https://api.antonpayments.com/v1/pricing/quote \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "source_currency": "USD", "dest_currency": "EUR", "amount": "1000.00", "dest_country": "<string>", "method": "<string>" } '
{ "data": { "plan_id": "<string>", "plan_name": "<string>", "fee_type": "<string>", "fee": "<string>", "fee_currency": "<string>", "fx_rate": "<string>", "total_cost": "<string>", "total_currency": "<string>" } }
Merchant API key: ak_live_* (production) or ak_test_* (sandbox).
ak_live_*
ak_test_*
"USD"
"EUR"
"1000.00"
Pricing quote.
Show child attributes