Post https://app.moneygraph.ai/api/v1/transfer_from_customer/{customer_id}
Authorization* string
Pass your {api_key} as a bearer token in the request header to authorize this call
customer* string
Customer ID. The ID of the onboarded customer.
from_wallet* uuid
Debit Fiat Wallet ID/Crypto Wallet ID
account_id string
Onboarded Customer ID, customer wallet will be credited, if not provided, funds will be sent to merchant account
amount* numeric
Amount is lowest currency denomination
external_id* string max:36
Your platform transaction ID
{
"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"
}
}