POST
/
payout
/
single
One Time Bank Payout
curl --request POST \
  --url https://nini.monieswitch.com/payout/single \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data null
{
  "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"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json · object

Response

Single One Time Payout - Successful

The response is of type object.