Standalone Account Updater

Retrieve updated card details

Get updated card credentials

Retrieve updated card credentials.

The following card schemes are supported:

  • Mastercard
  • Visa
  • American Express
SecurityOAuth2: OAuth
Request
Request Body schema: application/json
object

The source to update. You must provide either card or instrument object, but not both.

Responses
200

Request was successful, updated card info is available in the response

401

Unauthorized

403

Not authorized to perform this action

404

Not Found

422

Invalid data was sent

500

Internal Server Error

502

Bad Gateway error

post/account-updater/cards
Request samples
application/json
{
  • "source_options": {
    }
}
Response samples
application/json
{
  • "account_update_status": "CARD_UPDATED",
  • "card": {
    }
}