v1
latestOpenAPI 3.0.02026-07-2412592575.3 KBpayments
Creates a payment against a recurring payment consent
Requires recurring-payment:create scope.
post/recurring-payments/{recurringPaymentId}/pay
Path parameters
recurringPaymentIdstring uuid required
The recurring payment Id
Request body
Example request
{
"amount": 1500,
"payeeId": "bb1c7ebf-24a3-4e06-afc7-599de43b7bad",
"payeeType": "api-payee",
"payerId": "5f50bf05ab5bf185d5c94fb5:0bcdf548-24e7-4ebe-bee5-ab4fd2b6b22b",
"payerRef": "Payer ref",
"payerName": "John Smith",
"payerEmail": "john.smith@gmail.com",
"endToEndId": "moneyhub-2023"
}Response
Successful recurring payment submission response
Example response
{
"data": {
"paymentSubmissionId": "1429d113-5ba2-452a-bcc4-2eb1c84a3f98",
"submittedAt": "2020-07-10T12:10:32.362Z",
"status": "complete",
"providerStatus": "AcceptedSettlementInProcess",
"authRequestId": "c390a94f-2309-4cdf-8d02-b0c5304d9f66"
}
}