Skip to main content
GET
admin_merchant_certificates_get

Authorizations

Authorization
string
header
required

Bearer authentication (token authentication) should be used for accessing the API.

Use Get Token to get an access token for client credentials. Pass the token in the request header:

where the access_token is JSON Web Tokens (JWT).

Query Parameters

provider
string

Filter keys by provider. Defaults to apple_pay.

limit
integer

Maximum number of keys to return. Defaults to 10.

Required range: x >= 1
starting_after
string

Cursor for pagination: the id of the last key from the previous page. Returns keys created before that key.

include_deleted
boolean
default:false

Include revoked/expired keys in the response. Defaults to false.

Response

List of payment keys

id
string
read-only
provider
enum<string>
read-only
Available options:
apple_pay
status
enum<string>
read-only
Available options:
pending,
active,
revoked,
expired
fingerprint
string
read-only
created_by
string
read-only
created_at
string<date-time>
read-only
deleted_by
string
read-only
deleted_at
string<date-time>
read-only
expires_at
string<date-time>
read-only
Last modified on August 19, 2026