Environment URLs
Environment | Base URL |
---|---|
NDT Staging | https://dapi.stg-newdaytechnology.net/payments |
NDT Production | https://dapi.newdaytechnology.net/payments |
GetPaymentConfiguration
Returns configured regular payment options (e.g. Full, Percentage, Fixed etc.), and payment scheme required fields (sort code and account for BACS), for a given account/tenant.
/regular-payments/{accountId}/configuration
SetupRegularPayment
Setup a new regular payment (e.g. Direct Debit) for the given account.
/regular-payments/{accountId}
UpdateRegularPayment
Make changes to an existing regular payment for the given account.
/regular-payments/{accountId}
GetRegularPayment
Returns regular payment details (e.g. direct debit) for the given account. Bank Details are internationalised, internationalisation configuration is available at endpoint "regular-payments/{accountId}/configuration".
/regular-payments/{accountId}
CancelRegularPayment
Cancels the existing regular payment for the given account.
/regular-payments/{accountId}/cancel
Models
Was this page helpful?