Payout Quote from Customer Account

Post https://app.moneygraph.ai/api/v1/customer/payout_quote/{customer}

Headers

Authorization* string

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

Path parameters

customer* string

Customer ID. The ID or MCP Key of the onboarded customer.

Body parameters

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"
    }
}