Skip to main content
POST
admin_merchant_certificates_key_id_certificate_post

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).

Path Parameters

key_id
string
required

Body

application/json
certificate
string
required

Apple-signed certificate in base64-encoded DER format

Response

Certificate uploaded, key is now active

id
string
read-only
provider
enum<string>
read-only
Available options:
apple_pay
status
enum<string>
read-only
Available options:
active
fingerprint
string
read-only
expires_at
string<date-time>
read-only
Last modified on August 19, 2026