Transfer to Customer

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

Headers

Authorization* string

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

Body parameters

from_wallet* uuid

Debit Fiat Wallet ID/Crypto Wallet ID

amount* numeric

Amount is lowest currency denomination

account_id* string

Onboarded Customer ID, customer wallet will be credited

external_id* string max:36

Your platform transaction ID

Response


{
    "message":"Transfer Processing onchain",
    "status":"success",
    "data":{
        "transaction_id":"2bc4ba7e-2e9a-4c9b-a8e5-fa1100ca1138",
        "currency":"GBP",
        "amount":"10.00",
        "charge":"0.00",
        "recipient":"235235",
        "mode":"live",
        "created_at":"2025-03-28T13:03:56.000000Z"
    }
}