Our Order Processing API allows you to share spend options with an applicant or customer and manage the customer purchase from authorisation to reverse, settle, or refund.
How does Order Processing work?
- Display the spend options (by product or customerRef)
-
- Initiate the transaction: If SCA is applicable, the Initiate endpoint can be called to check the SCA status. The response will confirm if the customer is exempt from SCA or if authentication is required. If authentication is required, the Initiate endpoint response will provide the widget URL to load the SCA Widget.
- Authorise the spend option chosen: Call the Authorisation endpoint with the
spendOptionId
to obtain authorisation for the amount. A successful request will return an authorisationId, and a temporary hold for the amount is put on the account until the transaction is Settled or Reversed. - Cancel the order: To cancel all or part of an authorised customer purchase, call the Reverse endpoint with the
authorisationId
and the amount to be reversed. A successful request will return anauthorisationReversalId
and theremainingFloat
(i.e. the amount left to be Settled or Reversed). - Settle the order: To settle an order, call the Settle endpoint with the
authorisationId
and the amount to settle. Based on the configuration, settlement can occur for the whole or part of the authorisation amount. A successful request returns atransactionId
. A successful settlement will result in the transaction posted to the customer’s account and be included in the direct settlement process to pay the merchant. - Refund the order: To refund a customer’s settled transaction, call the Refund endpoint with the
transactionId
and amount to be refunded. Based on the configuration, a refund can occur for the whole or part of the settled amount. A successful request will return arefundTransactionId
.
The following illustration explains how the Order Processing journey flows. From the moment a customer adds items to their basket, through to providing credit and paying for goods:
You may also like:
Still have questions?
Can’t find the answer to your question? Our friendly team are more than happy to help