Get network tokens
Get stored network tokens for the given payment method.
This endpoint requires the payment-methods.read
scope.
Network token provisioning via the API is not enabled by default in production.
Please contact support for further guidance.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the payment method.
Query Parameters
Filters for transactions that have a payment method with an ID that matches exactly with the provided value.
Response
A list of network tokens.
A list of network tokens.
The limit applied to request. This represents the number of items that are at maximum returned by this request.
1 < x < 100
The cursor that represents the next page of results. Use the cursor
query
parameter to fetch this page of items.
1 - 1000
The cursor that represents the next page of results. Use the cursor
query
parameter to fetch this page of items.
1 - 1000
Was this page helpful?