🚀 Card Payment is live! Learn more
curl --request POST \
--url https://nini.monieswitch.com/payout/single \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"amount": 123,
"pin": "<string>",
"bankCode": "<string>",
"accountNumber": "<string>",
"narration": "<string>",
"saveBeneficiary": true,
"reference": "<string>"
}
'{
"status": true,
"message": "Transfer of NGN200.00 to SIMI MICHELLE (2394934324/PROVIDUS BANK)/999270240627174506700563040861",
"data": {
"description": "₦200.00 transferred to SIMI MICHELLE",
"status": "SUCCESS",
"amount": 200,
"narration": "Free money testing",
"saveBeneficiary": false,
"recipientBankCode": "000023",
"recipientAccountNumber": "2394934324",
"recipientAccountName": "SIMI MICHELLE",
"charges": 20,
"bankName": "PROVIDUS BANK",
"totalAmount": 220,
"originatorAccountName": "Henry Balo",
"originatorAccountNumber": "4443355297",
"paidAt": "2024-06-27T17:45:04+01:00",
"transactionId": "015c898b-dda2-4b06-9bb5-8ef74dc353bc",
"reference": "niLmtQwN3dGcIGfq4pAOKV9EX6fBfamTUHto",
"sessionId": "999270240627174506700563040861"
}
}curl --request POST \
--url https://nini.monieswitch.com/payout/single \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"amount": 123,
"pin": "<string>",
"bankCode": "<string>",
"accountNumber": "<string>",
"narration": "<string>",
"saveBeneficiary": true,
"reference": "<string>"
}
'{
"status": true,
"message": "Transfer of NGN200.00 to SIMI MICHELLE (2394934324/PROVIDUS BANK)/999270240627174506700563040861",
"data": {
"description": "₦200.00 transferred to SIMI MICHELLE",
"status": "SUCCESS",
"amount": 200,
"narration": "Free money testing",
"saveBeneficiary": false,
"recipientBankCode": "000023",
"recipientAccountNumber": "2394934324",
"recipientAccountName": "SIMI MICHELLE",
"charges": 20,
"bankName": "PROVIDUS BANK",
"totalAmount": 220,
"originatorAccountName": "Henry Balo",
"originatorAccountNumber": "4443355297",
"paidAt": "2024-06-27T17:45:04+01:00",
"transactionId": "015c898b-dda2-4b06-9bb5-8ef74dc353bc",
"reference": "niLmtQwN3dGcIGfq4pAOKV9EX6fBfamTUHto",
"sessionId": "999270240627174506700563040861"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Single One Time Payout - Successful
Show child attributes