Get list of tokens
POST/merchant-api/v1/recurrent
This method showing the list of the tokens
Request
- application/json
Body
required
The description for the Post Body.
limit number
How many tokens to show
updated_at_gte string
Show the tokens with timestamps greater or equal to argument
Responses
- 201
The tokens was successfully geted.
- application/json
- Schema
- Example (from schema)
Schema
request_uid stringrequired
Id of the request
token stringrequired
Payment token id
sanitized_mask stringrequired
Sanitized mask of the card
status stringrequired
Current status of the invoice
currency_id stringrequired
Currency of the invoice
created_at stringrequired
Time stamp of the invoice creation
{
"request_uid": "268b2841-ca68-4b55-bf09-25641f1f304a",
"token": "343f42f8-aa66-4249-a6fa-895aa219e9ee",
"sanitized_mask": "220220******5664",
"status": "Created",
"currency_id": "RUB",
"created_at": "2022-09-15T07:26:13.893Z"
}
Loading...