Get payment service tokens
Get all payment service tokens for a given payment method and payment service.
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.
"46973e9d-88a7-44a6-abfe-be4ff0134ff4"
Query Parameters
Filters for transactions that have a payment method with an ID that matches exactly with the provided value.
"46973e9d-88a7-44a6-abfe-be4ff0134ff4"
Response
A list of payment service tokens.
A list of payment service tokens.
A payment service token.
The limit applied to request. This represents the number of items that are at maximum returned by this request.
1 <= x <= 100
1
The cursor that represents the next page of results. Use the cursor
query
parameter to fetch this page of items.
1 - 1000
"ZXhhbXBsZTE"
The cursor that represents the next page of results. Use the cursor
query
parameter to fetch this page of items.
1 - 1000
null
Was this page helpful?