Partially update secure token
Use this method to partially update a secure token. Structure your request to follow the RFC 6902 standard.
To update a secure token, you need its secureTokenId, which you sent in the request of the Create Secure Token method.
Note: If you don't have the secureTokenId, use our List Secure Tokens method to search for the payment.
You can update all of the properties of the secure token, except the following:
- processingTerminalId
- type
- token
- status
- source/Card
- type
- cardNumber
- cardType
- currency
- debit
- surcharging
- source/ACH account
- accountNumber
- routingNumber
- source/PAD account
- type
- accountNumber
- transitNumber
Path parameters
Unique identifier that we assigned to the terminal.
Unique identifier that the merchant assigned to the secure token.
Headers
Bearer authentication
Unique identifier that you generate for each request. You must use the UUID v4 format for the identifier. For more information about the idempotency key, go to Idempotency.
Request body
Response
Successful request. We updated the customer's payment details.
Changes
No recorded changes to this endpoint across all 1 revision of this API.