Skip to main content

Get list of tokens

POST 

/merchant-api/v1/recurrent

This method showing the list of the tokens

Request

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

The tokens was successfully geted.

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

Loading...