Get stored payment details
Lists the stored payment details for a shopper, if there are any available. The recurring detail ID can be used with a regular authorisation request to charge the shopper. A summary of the payment detail is returned for presentation to the shopper.
For more information, refer to Retrieve stored details.
Request Parameters
The merchant account identifier you want to process the (transaction) request with.
A container for the type of a recurring contract to be retrieved.
The contract value needs to match the contract value submitted in the payment transaction used to create a recurring contract.
However, if ONECLICK,RECURRING
is the original contract definition in the initial payment, then contract
should take either ONECLICK
or RECURRING
, depending on whether or not you want the shopper to enter their card's security code when they finalize their purchase.
The reference you use to uniquely identify the shopper (e.g. user ID or account ID).
Response parameters
After submitting a call, you receive a response message to inform you that your request was received and processed.
Depending on the HTTP status code of the response message, it is helpful to build some logic to handle any errors that a request or the system may return.