POST
/
payout
/
single
/
recurrent
Make Recurrent Payment
curl --request POST \
  --url https://nini.monieswitch.com/payout/single/recurrent \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '{
  "accountName": "Obagunwa Emmanuel",
  "accountNumber": "2394934324",
  "amount": 150,
  "bankCode": "000023",
  "email": "[email protected]",
  "endDate": "27-12-2023 02:10",
  "interval": "Weekly",
  "narration": "Testing transaction",
  "pin": "2811",
  "scheduleDate": "29-11-2023 10:50",
  "startDate": "02-12-2023 20:46"
}'
{
  "data": {
    "accountName": "Obagunwa Emmanuel",
    "accountNumber": "2394934324",
    "amount": 150,
    "bankCode": "000023",
    "bankName": "PROVIDUS BANK",
    "charges": 10,
    "createdAt": "2023-12-01T10:22:43.999Z",
    "email": "[email protected]",
    "endDate": "27-12-2023 02:10",
    "id": "f4dba102-1bdd-4f08-9a20-f9bc1d5c5601",
    "interval": "Weekly",
    "narration": "Testing transaction",
    "pin": "2811",
    "saveBeneficiary": false,
    "startDate": "02-12-2023 20:46",
    "status": "ACTIVE"
  },
  "message": "Recurrent 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

Single Recurrent Payment

The response is of type object.