Network Tokens
Get payment-data
List all payment-data bundles created for this Commerce Token.
GET
Get payment-data
Gated Feature
Authorizations
Path Parameters
The ID of the Commerce token
Query Parameters
The desired amount of records per page. The parameter defaults to 50 if it is omitted and has a maximum of 500.
Required range:
1 <= x <= 500The desired number of the page to return.
Required range:
x >= 1It allows sorting the result by created_at. e.g sort=created_at+asc or sort=created_at+desc
Previous
Forward payment-dataThis endpoint enables platform merchants to leverage payment-data
bundles in their acquirer integration.
The request is forwarded to the configured destination URL of your
merchant settings.
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-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
Get payment-data