Unbind Payment Token - Field Descriptions
The following page details each of the fields that can be used in the request and received in the response when using the Unbind Payment Token endpoint.
Request Fields
The following table describes fields that can be included in the body of the request when creating unbinding a device from a token.
Field | Description | Min Length | Max Length | Type | Mandatory |
---|---|---|---|---|---|
deviceIndex | Specify the device index of the device you want to unbind from the payment token. The device index is a unique number used to identify the secure device that is bound to the token. (Note: You can use the Get Card Payment Token Devices endpoint to retrieve a list of devices associated with a payment token, including the index value for each bound device). | 0 | 2147483648 | Integer | No |
Response Fields
A successful response for the Unbind Payment Token endpoint will return a 204 response.
Updated 16 days ago