Payout Quote from Merchant Account

Post https://app.moneygraph.ai/api/v1/payout_quote

Headers

Authorization* string

Pass your {api_key} as a bearer token in the request header to authorize this call

Body parameters

account_id uuid

Onboarded Customer ID, sender information for payout transaction, if not provided, merchant account will be used as sender

recipient_id* uuid

Recipient ID, recipient or payee information

delivery_window_id* uuid

This determines how fast recipient receives payout, not required if there are no options available under delivery_windows object. Learn more https://app.moneygraph.ai/docs/reference/currencies

amount* numeric

Amount is lowest currency denomination, the is the amount of money you are sending to recipient, ensure its the recipient currency the recipient expects

Response


{
    "message": "Fee Calculated",
    "status": "success",
    "data": {
        "source": "USD",
        "destination": "NGN",
        "amount": "100.0000000000000000",
        "swap_fee": "0.5000000000000000",
        "fee": "1.2500000000000000",
        "total": "101.2500000000000000",
        "receives": "158750.00"
    }
}