Update card token

Allows you to edit the card information, account updater status, and customer information for an existing card token. Card tokens can be used to process through any MID on your account. They are not restricted to a specific merchant account or currency.

Use this endpoint to register/deregister card tokens with the account updater service.

📘

Note

Cards registered with the account updater service may take up to 72 hours to be deregistered.

⚠️

Try It

To use the Try It feature for this endpoint, you can use the credentials for your Sandbox API user.

You can also use the following test account. Copy the value and paste it into the appropriate space in the Try It section to the right.
username: [email protected]
password: JZdzoXpdDeH6VA

Include a saved card token in the path parameter of the request.

Request parameters

  • cardToken
  • card
  • card.expirationMonth
  • card.expirationYear
  • card.cardHolderName
  • card.cardType
  • card.firstSix
  • card.lastFour
  • data
  • data.customer
  • data.customer.billToAddressOne
  • data.customer.billToAddressTwo
  • data.customer.billToCity
  • data.customer.billToCountry
  • data.customer.billToPhone
  • data.customer.billToPostal
  • data.customer.billToState
  • data.customer.birthDate
  • data.customer.createdAtDate
  • data.customer.customerRef
  • data.customer.email
  • data.customer.firstName
  • data.customer.invoice
  • data.customer.lastName
  • data.customer.orderNumber
  • data.customer.phone
  • data.customer.shipToAddressOne
  • data.customer.shipToAddressTwo
  • data.customer.shipToCity
  • data.customer.shipToCountry
  • data.customer.shipToPhone
  • data.customer.shipToPostal
  • data.customer.shipToState
  • shouldUpdateCard

Response parameters

  • accountUpdaterStatus
  • card
  • card.expirationMonth
  • card.expirationYear
  • card.cardHolderName
  • data
  • data.customer
  • data.customer.billToAddressOne
  • data.customer.billToAddressTwo
  • data.customer.billToCity
  • data.customer.billToCountry
  • data.customer.billToPhone
  • data.customer.billToPostal
  • data.customer.billToState
  • data.customer.birthDate
  • data.customer.createdAtDate
  • data.customer.customerRef
  • data.customer.email
  • data.customer.firstName
  • data.customer.invoice
  • data.customer.lastName
  • data.customer.orderNumber
  • data.customer.phone
  • data.customer.shipToAddressOne
  • data.customer.shipToAddressTwo
  • data.customer.shipToCity
  • data.customer.shipToCountry
  • data.customer.shipToPhone
  • data.customer.shipToPostal
  • data.customer.shipToState
  • dateCreated
  • dateLastModified
  • merchantId
  • shouldUpdateCard
  • tokenex
  • tokenex.cardType
  • tokenex.firstSix
  • tokenex.lastFour
  • tokenex.token
  • originalCard
  • originalCard.cardHolderName
  • originalCard.expirationMonth
  • originalCard.expirationYear
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!