Get Payment Status

Allows a client to query to get the status of a payment. 

Service Url: /baskets/{basketReference}/payments/{paymentReference}/status

Tokens

basketReference – String – The basket reference of the basket to get the payment from

paymentReference – String – the reference for the payment to get the status of

Response

IGetPaymentStatusResponse

Go to Top