Token Management
Consume a token
Tell Commerce after successful use of the token for an payment authorization, that the CVC2 can be removed from cache.
POST
Consume a token
Previous
Forward card dataThis endpoint allows to securely forward cardholder data to a certified
third-party provider.
It will inject sensitive cardholder data, referenced by a Commerce
token, into the request before forwarding it.
Commerce requires certain HTTP headers for this feature. These headers
are reserved and cannot be used by the caller:
| Header | Required | Description |
| ----------------- | -------- | ------------------------------------------------------------ |
| `x-api-key` | Yes | Authentication of the request. |
| `x-hellgate-token`| Yes | Identify the Commerce token to use for the request. |
| `x-destination-url` | Yes | Define the target URL to which the request shall be forwarded. |
| `x-hellgate-version` | No | Define the API version to use for the request. |
Refer to the general documentation about [forwarding senstive data](/products/commerce/v2/guides/forwarding) for more information.
Next
Consume a token