v1
latestOpenAPI 3.1.02026-07-2469193340.0 KBPayment Requests
List Collections
Payment Requests where you are the creditor and are collecting funds from your debtor using traditional direct-debit.
get/payment_requests/collections
Query parameters
pagestring
Page of results to return, single value, exact match
per_pagestring
Number of results per page, single value, exact match
Response
OK
Example response
{
"data": [
{
"ref": "PR.84t6",
"initiator_id": "ca7bc5b3-e47f-4153-96fb-bbe326b42772",
"your_bank_account_id": "9c70871d-8e36-4c3e-8a9c-c0ee20e7c679",
"authoriser_id": "de86472c-c027-4735-a6a7-234366a27fc7",
"authoriser_contact_id": "fb6a9252-3818-44dc-b5aa-2195391a746f",
"contact_initiated": false,
"schedule_ref": "PRS.89t3",
"status": "approved",
"status_reason": null,
"matures_at": "2021-07-18T02:10:00Z",
"responded_at": "2021-07-18T02:10:00Z",
"created_at": "2021-07-18T02:10:00Z",
"credit_ref": "C.6gr7",
"payout": {
"amount": 4999,
"description": "Subscription Payment",
"matures_at": "2021-07-18T02:10:00Z"
}
},
{
"ref": "PR.45h7",
"initiator_id": "ca7bc5b3-e47f-4153-96fb-bbe326b42772",
"your_bank_account_id": "9c70871d-8e36-4c3e-8a9c-c0ee20e7c679",
"authoriser_id": "de86472c-c027-4735-a6a7-234366a27fc7",
"authoriser_contact_id": "fb6a9252-3818-44dc-b5aa-2195391a746f",
"contact_initiated": false,
"schedule_ref": null,
"status": "approved",
"status_reason": null,
"matures_at": "2021-03-09T16:58:00Z",
"responded_at": null,
"created_at": "2021-03-09T16:58:00Z",
"credit_ref": null,
"payout": {
"amount": 3000,
"description": "Membership fees",
"matures_at": "2021-03-09T16:58:00Z"
}
}
]
}