Payment Methods (Direct Workflow)
Register Stored Cards for Account Updater
Registers up to 100 stored cards for Card Account Updater in a single request
POST
Register Stored Cards for Account Updater
Register a batch of already-stored cards for Card Account Updater, so their details are kept current automatically. Send the payment method ids (the
vaulted_token received when enrolling each card) in a single request.
How registration behaves
- You can register between 1 and 100 cards per request; each id must be a valid
vaulted_token. - Validation is all-or-nothing: if any id is invalid, the whole request is rejected.
- Registration runs asynchronously. A
200response withacceptedconfirms the cards were accepted, not that the update already happened — updates are notified later through the enrollment webhook. - Your account must be enabled for Card Account Updater. Otherwise the request returns
403.
Authorizations
Body
application/json
List of stored payment method ids (vaulted_token) to register for Card Account Updater. Between 1 and 100 items; each must be a valid UUID.
Required array length:
1 - 100 elementsResponse
200
Number of cards accepted for Card Account Updater registration.
Example:
2
Previous
Retrieve Enrolled Payment Method by IDRetrieves a specific payment method a customer has enrolled, by its vaulted token
Next
Register Stored Cards for Account Updater