Apple Pay Certificate
List Certificates
Retrieves all Apple Pay certificates for your account.
Returns an array of certificate objects, including both active and inactive certificates. Use this to view all certificates and their status.
get/apple-pay/certificates
Response
A list of certificates
Example response
[
{
"id": "a6ea0c67-d061-4f7c-9e3b-4a96a6e1e8b1",
"accountId": "acct_12345",
"csr": "MIIBEjCBuQIBADBOMRMwE...",
"cert": "MIIEpDCCA4ygAwIBAgIIU...",
"active": true,
"expireAt": "2026-01-15T12:00:00.000Z",
"createdAt": "2024-01-15T12:00:00.000Z"
}
]Changes
No recorded changes to this endpoint across all 2 revisions of this API.