GET
/
payment-methods
/
{payment_method_id}
/
network-tokens

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

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

payment_method_id
string
required

The ID of the payment method.

Query Parameters

payment_method_id
string

Filters for transactions that have a payment method with an ID that matches exactly with the provided value.

Response

200 - application/json
items
object[]

A list of network tokens.

limit
integer
default: 20

The limit applied to request. This represents the number of items that are at maximum returned by this request.

next_cursor
string | null

The cursor that represents the next page of results. Use the cursor query parameter to fetch this page of items.

previous_cursor
string | null

The cursor that represents the next page of results. Use the cursor query parameter to fetch this page of items.