Payment service tokens
Get payment service tokens
Get all payment service tokens for a given payment method and payment service.
GET
/
payment-methods
/
{payment_method_id}
/
payment-service-tokens
This endpoint requires the payment-methods.read
scope.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
payment_method_id
string
requiredThe 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 payment service tokens.
limit
integer
default: 20The 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.
Was this page helpful?