Stored Credentials
This feature is supported for Visa, Mastercard, Discover, and Amex.
Stored Credentials API fields are optional. If the Stored Credentials fields are submitted, they must be populated with valid values. Otherwise, the transaction may be rejected, or processed as a regular credit card transaction.
For Mastercard transactions, credentials must be sent for non-Canadian merchants only. Additional data fields will be ignored if sent for Canadian merchants (the transaction will be processed as a regular credit card transaction and the API fields for Stored Credentials won't be returned in the API response).
Visa, Mastercard and Discover
The following API fields are applicable:
Field Name | Valid Values |
---|---|
storedCredentials.indicator | Visa and Discover: 1 indicates a first time transaction, and S indicates subsequent transactions.Mastercard: merchants should send S . Merchants do not need to separately identify first and subsequent transactions. |
storedCredentials.initiation | M = Merchant InitiatedC = Cardholder Initiated |
storedCredentials.schedule | U = UnscheduledS = Scheduled |
storedCredentials.authorizationTypeOverride (Visa only) | R = Reauthorization of Prior AmountA = ResubmissionE = Estimated Authorization (Space) = Default |
storedCredentials.transactionId (Visa and Discover only) | An identifier, assigned by Visa or Discover, to uniquely identify and link all related messages and records used to authorize and settle a transaction. If Merchant requires the original transaction ID, submit the value new in the original authorization request. The transactionId field will be returned in the API response provided the transaction is approved.If an original transaction ID is created, it must be submitted in any follow-up transaction (eg. with recurring transactions). |
American Express
The following API fields are applicable. The above fields related to Visa, Mastercard & Discover fields should not be submitted.
Field Name | Valid Values |
---|---|
ecommerceFlag | 2 for payments scheduled at regular frequency.Supports recurring transaction applications such as: membership dues, subscriptions services, insurance premiums, wireless services, and other regularly scheduled charges. The billing amount can vary but the frequency is scheduled. |
ecommerceFlag | X for Re-authorized Transactions.Designates a non-recurring purchase using a card on file. Supports use cases where the cardholder information is on file and billing frequency and amount are variable. This value should also be used to denote an American Express Payment Token transaction where cryptogram data is unavailable." |