Manage stored payment details
Stored payment details records the information required to make a payment in Smile, so that
future payments can be processed without re-entering payment details.
Note: If you
wish to comply with PCI DSS requirements, Inomial recommends that you use a token-based payment
gateway and only store tokens in Smile, so that access to Smile does not need to be controlled
by stringent PCI DSS requirements.
Please note that although the API is built to support multiple sets of stored payment details per account, currently only 1 set of details per account is supported. This will change in the future.
Managing stored payments lets you access payment information and add, update and delete stored payment details.
The following methods manage stored payment details:
- getStoredPaymentDetails() returns the stored payment details for a specific ID on an account.
- getStoredPaymentDetailsList() returns all stored payment details for an account.
- addStoredPaymentDetails() adds stored payment details to an account.
- updateStoredPaymentDetails() updates the stored payment details on an account.
- deleteStoredPaymentDetails() removes stored payment details from an account.