v1

latestOpenAPI 3.0.32026-07-2488203535.0 KB
Apple Pay

Querying A Merchant's Apple Pay Status

❗️ Never Use Real API Keys

Never use real API Keys when testing. The gateway allows Partners to create Test Merchant Accounts. Testing should always use keys from the Test Accounts and never keys from a Standard Account.

You may also want to check on the status of Apple Pay for a specific merchant without updating their settings. This is done by making a simple GET request to the same endpoint.

If the merchant has not yet enabled Apple Pay, a 400 Bad Request response will be returned.

get/v4/merchants/{gateway_id}/apple_pay

Path parameters

gateway_idstring required

The merchant ID that the request should operate on.

Headers

Authorizationstring required

Your v4 API key that was generated in the Partner portal.

Response

Success