Save card token

Allows you to securely save a card token without a browser using the API or using your own form. Card tokens can be used to process through any MID on your account. They are not restricted to a specific merchant account or currency.

You can use this endpoint to save a new card token or add pre-existing TokenEx tokens that you would like to start using through Nexio.

📘

Note

Processing options must be sent in the request for a one-time-use token.

⚠️

Try It

To use the Try It feature for this endpoint, include at least the following in the body of the request:

  • A one-time-use token - this replaces the standard username/password and authentication header
  • card.cardHolderName
  • card.expirationMonth
  • card.expirationYear
  • Either card.encryptedNumber or tokenex.token (an existing TokenEx card token)

Request parameters

  • card
  • card.cardHolderName
  • card.encryptedNumber
  • card.expirationMonth
  • card.expirationYear
  • card.cardType
  • card.securityCode
  • card.firstSix
  • card.lastFour
  • token
  • data
  • data.currency
  • 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
  • data.customFields
  • data.customFields.exampleKey
  • shouldUpdateCard
  • tokenex
  • tokenex.token
  • tokenex.firstSix
  • tokenex.lastFour
  • merchantId

Response parameters

  • card
  • card.cardHolderName
  • card.expirationMonth
  • card.expirationYear
  • card.cardType
  • 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
  • kountResponse
  • kountResponse.status
  • kountResponse.rules
  • merchantId
  • shouldUpdateCard
  • token
  • token.token
  • token.firstSix
  • token.lastFour
  • token.cardType
  • cvcResults
  • cvcResults.matchCvv
  • cvcResults.error
  • cvcResults.gatewayMessage
  • cvcResults.gatewayMessage.cvvresponse
  • cvcResults.gatewayMessage.message
  • cardType
Language
Click Try It! to start a request and see the response here!