Environment URLs
Environment | Base URL |
---|---|
NDT Staging | https://mtapi.stg-newdaytechnology.net/cl/merchant-gateway-service/ |
NDT Production | https://mtapi.newdaytechnology.net/cl/merchant-gateway-service/ |
Endpoints
SpendOptionsForCustomerRef
Returns the unique spend option(s) available to a particular customer or applicant.
get
/merchant/{customerRef}/spend-options
SpendOptionsForProduct
Returns the spend options available to a particular Product.
get
/merchant/spend-options
Settle
Settle an authorisation.
post
/merchant/{customerRef}/authorisation/{authorisationId}/settle
Reverse
Reverse an authorisation.
post
/merchant/{customerRef}/authorisation/{authorisationId}/reverse
Refund
Refund a settled transaction.
post
/merchant/{customerRef}/transaction/{transactionId}/refund
Initiate
Check if Strong Customer Authentication is required for the customers purchase.
post
/merchant/{customerRef}/initiate
Models
Was this page helpful?