post
https://payment-api-service.transactpay.ai/payout/initiate
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Sample Payload (Before Encryption)
{
"payoutDetails": [
{
"clientReference": "yourReference", //for merchant reference
"accountNumber": "1234567890",
"bankCode": "000000",
"amount": 100,
"description": "payout",
"accountName": "John Doe",
"creditCurrency": "NGN",
"debitCurrency": "NGN"
}
]
} {
"payoutDetails": [
{
"clientReference": "yourReference", //for merchant reference
"accountNumber": "1234567890",
"bankCode": "000000",
"amount": 100,
"description": "payout",
"accountName": "John Doe",
"creditCurrency": "NGN",
"debitCurrency": "NGN"
}
]
}