Query Paycard

This method returns up to 100 cards stored by the user, related to a creator reference. If you would like to go through more cards than 100, you can use pagination to retrieve more.
We recommend that you first review the guide for this method.

The response will include an array of cards which match the reference value provided. If no cards match the reference value provided, the array will be empty.

You can find full details of the metadata parameters returned in this method in our guide on How to Retrieve metadata for a token.

Query Params
string
required

The reference value which was provided during the tokenization process to locate this token.

int32
Defaults to 0

Chronological counter of tokens from which to start retrieving token.

int32
Defaults to 100

The number of tokens to return in the response.

string

The property ID of the hotel the tokens were associated with (You would have used this method to set up the association first)

Headers
string
required

The authorization mechanism for this method is with the API key in the format of APIKEY {value}.
For example, APIKEY bd3ce883352e42539a2b7644f72e6311.

Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json