Search & list tokens
Fetch a list of tokens for a payment instrument.
Path parameters
Identifier of the resource in Payrails.
Query parameters
Filter for a list of tokens by status.
Filter for a list of tokens by any reference.
Filter by createdAt field using interval notation.
1973-02-03T04:32:11.596Z - exact date value
(1973-02-03T04:32:11.596Z - after the date excluding it
[1973-02-03T04:32:11.596Z - after the date including it
1973-02-03T04:32:11.596Z) - before the date excluding it
1973-02-03T04:32:11.596Z] - before the date including it
(1973-02-03T04:32:11.596Z,1973-04-03T03:20:11.436Z) - between two dates excluding both
(1973-02-03T04:32:11.596Z,1973-04-03T03:20:11.436Z] - between two dates excluding on the left
[1973-02-03T04:32:11.596Z,1973-04-03T03:20:11.436Z) - between two dates excluding on the right
[1973-02-03T04:32:11.596Z,1973-04-03T03:20:11.436Z] - between two dates including both.
Cursor for paging results.
Search collection items from that cursor.
Cursor for paging results.
Search collection items after that cursor.
Cursor for paging results.
Search collection items before that cursor.
Length of the collection to search.
Response
Success.
Example response
{
"paging": {
"next": "?createdAtOrAfter=2022-02-11+00%3A00%3A00&createdAtOrBefore=2022-02-11+20%3A17%3A52.885&limit=50&pagingIdBefore=payment-acceptance%2Fa43c3080-7357-582b-bed3-7f68606c708b"
}
}