GET
/
payout
/
single
/
recurrent
List Single Recurrent Payment
curl --request GET \
  --url https://nini.monieswitch.com/payout/single/recurrent \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "data": {
    "records": [
      {
        "id": "d56d5dc6-db34-4b68-8af7-1ac95b00f3a1",
        "email": "[email protected]",
        "amount": 300,
        "status": "CANCELLED",
        "charges": 10,
        "interval": "Daily",
        "endDate": "2023-12-06T09:40:00.000Z",
        "bankName": "PROVIDUS BANK",
        "bankCode": "000023",
        "metadata": null,
        "narration": "Testing transaction",
        "startDate": "2023-12-02T09:30:00.000Z",
        "accountName": "Obagunwa Emmanuel",
        "accountNumber": "2394934324",
        "createdAt": "2023-11-30T22:51:36.001Z"
      }
    ],
    "page": 1,
    "perpage": 50,
    "totalRecords": 1,
    "totalPages": 1
  }
}

Authorizations

Authorization
string
header
required

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

Query Parameters

page
integer
perPage
integer
status
string
startDate
integer
endDate
integer

Response

200 - application/json

List Single Recurrent Payment

The response is of type object.