POST
/
payout
/
single
/
schedule
Schedule Payout
curl --request POST \
  --url https://nini.monieswitch.com/payout/single/schedule \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '{
  "accountName": "Obagunwa Emmanuel",
  "accountNumber": "2394934324",
  "amount": 500,
  "bankCode": "000023",
  "email": "[email protected]",
  "narration": "Testing transaction",
  "saveBeneficiary": false,
  "scheduleDate": "10-12-2023 14:50"
}'
{
  "data": {
    "accountName": "Obagunwa Emmanuel",
    "accountNumber": "2394934324",
    "amount": 500,
    "bankCode": "000023",
    "charges": 10,
    "createdAt": "2023-12-05T17:12:18.219Z",
    "email": "[email protected]",
    "id": "4a0afd65-b4dd-40d5-b3d0-cac67e8fd80b",
    "narration": "Testing transaction",
    "saveBeneficiary": false,
    "scheduleDate": "10-12-2023 14:50",
    "status": "NEW"
  },
  "message": "Transaction has been successfully scheduled",
  "status": true
}

Headers

Authorization
string
required

Set value to 'Bearer {{MERCHANT_SECRET_KEY}}'

Body

application/json

Response

200 - application/json

Schedule Payout

The response is of type object.