payments
Check if funds are available for a recurring payment
Requires recurring-payment:funds_confirmation scope.
post/recurring-payments/{recurringPaymentId}/funds-confirmation
Path parameters
recurringPaymentIdstring uuid required
The recurring payment Id
Request body
Example request
{
"amount": "10.00",
"currency": "GBP"
}Response
Successful confirmation of funds response