Payment service tokens
List payment service tokens
GET
This endpoint requires the payment-methods.read
scope.
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
200 - application/json
A list of payment service tokens.
A list of payment service tokens.
The limit applied to request. This represents the number of items that are at maximum returned by this request.
Required range:
1 < x < 100
The cursor that represents the next page of results. Use the cursor
query
parameter to fetch this page of items.
Required string length:
1 - 1000
The cursor that represents the next page of results. Use the cursor
query
parameter to fetch this page of items.
Required string length:
1 - 1000
Was this page helpful?