cURL
curl --request GET \ --url https://gate.chip-in.asia/api/v1/clients/{client_id}/recurring_tokens/{purchase_id}/ \ --header 'Authorization: Bearer <token>'
{ "type": "<string>", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_on": 1619740800, "updated_on": 1619740800, "payment_method": "<string>", "description": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Object ID (UUID)
OK
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.
recurring_token
id