admin_merchant_certificates_post
merchant-certificates
Generate payment key CSR
Generates an ECC-P256 key pair in PSP and returns a Certificate Signing Request (CSR) in base64-encoded DER format. The certificate subject is determined by PSP; submit the CSR to Apple to obtain a signed certificate, then upload it via the certificate endpoint.
scopes:
- admin:checkout
POST
admin_merchant_certificates_post
Authorizations
Body
application/json
The payment provider to generate a certificate for, e.g. apple_pay. PSP is the authority on which providers are supported; checkout does not validate this value itself.
Response
Payment key created with CSR
Available options:
apple_pay Available options:
pending, active, revoked, expired Base64-encoded DER Certificate Signing Request, returned once at key generation.
Last modified on August 19, 2026