curl --request GET \
--url https://nini.monieswitch.com/payout/single/recurrent \
--header 'Authorization: <authorization>'
{
"data": {
"page": 1,
"perpage": 20,
"records": [
{
"accountName": "Obagunwa Emmanuel",
"accountNumber": "2394934324",
"amount": 300,
"bankCode": "000023",
"bankName": "PROVIDUS BANK",
"charges": 10,
"createdAt": "2023-12-05T17:40:37.598Z",
"email": "[email protected]",
"endDate": "2023-12-12T09:40:00.000Z",
"id": "1913bfab-5eaa-47c1-866a-5ea8e4b41f9b",
"interval": "Daily",
"metadata": null,
"narration": "Testing transaction",
"startDate": "2023-12-05T18:30:00.000Z",
"status": "ACTIVE"
}
],
"totalPages": 1,
"totalRecords": 1
},
"status": true
}
List Recurrent Payment
curl --request GET \
--url https://nini.monieswitch.com/payout/single/recurrent \
--header 'Authorization: <authorization>'
{
"data": {
"page": 1,
"perpage": 20,
"records": [
{
"accountName": "Obagunwa Emmanuel",
"accountNumber": "2394934324",
"amount": 300,
"bankCode": "000023",
"bankName": "PROVIDUS BANK",
"charges": 10,
"createdAt": "2023-12-05T17:40:37.598Z",
"email": "[email protected]",
"endDate": "2023-12-12T09:40:00.000Z",
"id": "1913bfab-5eaa-47c1-866a-5ea8e4b41f9b",
"interval": "Daily",
"metadata": null,
"narration": "Testing transaction",
"startDate": "2023-12-05T18:30:00.000Z",
"status": "ACTIVE"
}
],
"totalPages": 1,
"totalRecords": 1
},
"status": true
}
Set value to 'Bearer {{MERCHANT_SECRET_KEY}}'
List Recurrent Payment
The response is of type object
.