v1
latestOpenAPI 3.1.02026-08-0670151364.9 KBRecurring payment requests
Retrieve a recurring payment request by its ID
get/schedules/payment_requests/{id}
Path parameters
idstring required
Response
OK
Example response
{
"recurringPaymentRequestNo": "SCH-42",
"nextDate": "2025-10-15T00:00:00Z",
"status": "ACTIVE",
"cadence": {
"timeUnit": "WEEK",
"frequency": 2,
"startDate": "2025-01-01T00:00:00.000Z",
"endDate": "2025-12-31T23:59:59.000Z"
},
"paymentRequestDetails": {
"customer": {
"id": "80349480-490b-4234-92e7-fad697e3d446"
},
"paymentTerm": {
"timeUnit": "DAY",
"value": 30
},
"distribution": {
"collectionMethod": "AUTO_COLLECT",
"templateId": "dc9c7c6e-4c12-4cc9-8d22-20c5b2a7f8f7",
"customMessage": "Please review and confirm payment.",
"approvedForSending": true
},
"amount": 1200,
"taxRate": 20,
"currencyCode": "GBP",
"description": "Quarterly service fee",
"reference": "Q1-2025"
},
"creationTime": "2025-09-27T12:00:00Z",
"lastUpdatedTime": "2025-10-01T08:30:00Z",
"totalPaymentRequests": 10,
"nextPaymentRequests": [
{
"index": 3,
"issueDate": "2025-11-01T00:00:00Z",
"payByDate": "2025-11-08T00:00:00Z"
}
]
}