GET
/
clients
/
{id}
/
recurring_tokens
/
{id}
/

Authorizations

Authorization
string
headerrequired

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

Path Parameters

id
string
required

Object ID (UUID)

Response

200 - application/json
type
string

Object type identifier

id
string
created_on
integer

Object creation time

updated_on
integer

Object last modification time

payment_method
string

Payment method used to create this token, e.g. card.

description
string

Description of this token, if available. For card payments, this field will contain the masked card number.