Real time account updates
Our real time account updater will automatically check for updated card details at the point of a decline. Where new card details are available we will update the payment method and retry the transaction with the same connector. This approach requires no integration changes.
Setup
To have the real time account updater enabled on your instance please fill out this form. The enrollment happens directly with the card schemes and may take up to two weeks. Our customer support team may reach out with more questions if needed.
If you’re already enrolled for this service with the schemes, filling out the form is still required to set up the necessary data points in our systems as well as our downstream partner’s system.
Usage & Limitations
Our real-time account updater will has the following limitations.
- Only card PANs are supported. Digital wallet and network tokens are ignored.
- Only subsequent merchant initiated transactions are supported
- One of the following error codes is returned, or a MAC
01
is returnedcanceled_payment_method
expired_payment_method
incorrect_expiry_date
issuer_decline
- Only Visa & Mastercard are currently supported
- Cards with pending updates from our batch account updater will use the new stored credentials instead
As with other updates, merchants are only charged for cards that are updated.
Simulator
Your sandbox instance is automatically enabled to use our real time account updater simulator.
You can test different scenarios by using the connection_options
property when creating a transaction. Please see the various scenarios and examples below.
Using the card simulator connection is the easiest way to test different scenarios as this connector returns specific decline error codes depending on the transaction amount.
The real time account updater logic only triggers for subsequent merchant initiated transactions so you must first create a stored payment method. Once you have this payment method ID you can use it to test as shown.
Example: new account number, expiration month and year
Example: new account number
Example: no new card details available
Example: error code
Was this page helpful?