v1
latestOpenAPI 3.0.02026-07-26167441.9 MBRegister Stored Cards for Account Updater
Register up to 100 stored cards for Card Account Updater in a single request, identified by their payment method id (vaulted_token). Validation is synchronous and all-or-nothing: if any id is invalid the whole request is rejected. Registration itself runs asynchronously, so a 200 response confirms the cards were accepted, not that the update completed. Your account must be enabled for Card Account Updater to use this endpoint.
post/payment-methods/account-updater
Request body
Example request
{
"payment_method_ids": [
"cbdcc878-ceb4-4dd8-b0f0-49d444855de0"
]
}Response
200
Example response
{
"accepted": 2
}