Clients
Retrieve a recurring token
GET
/
clients
/
{id}
/
recurring_tokens
/
{id}
/
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredObject ID (UUID)
Response
200 - application/json
A record of one of recurring_token
-s saved for a specific client. id
of this object will be the same as the recurring_token
saved.
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.