v1
latestOpenAPI 3.1.02026-07-26460218.4 KBSubmit Send Request
Submit a send request. This will lock in a rate and await approval.
post/send
Request body
Response
200
Example response
{
"id": "12",
"channelId": "12",
"sequenceId": "123",
"currency": "GHS",
"country": "GH",
"amount": 500,
"reason": "entertainment",
"convertedAmount": 20000,
"status": "created",
"rate": 14,
"sender": {
"name": "Justin",
"country": "United States",
"phone": "+12514218828",
"address": "1404 Attwater Dr.",
"dob": "02/01/1997",
"email": "justin@yellowcard.io",
"idNumber": "12345",
"idType": "license"
},
"destination": {
"accountName": "Elom",
"accountNumber": "123",
"accountType": "bank",
"networkId": "012"
},
"createdAt": "2022-12-18T23:54:55.380Z",
"updatedAt": "2022-12-18T23:54:55.380Z",
"expiresAt": "2023-02-02T09:40:48.628Z"
}