Skip to main content
GET

Get Payment Method Domain Status

Returns the registration and wallet validation status of a checkout domain across every Stripe account it applies to — the Khaime platform accounts, your own connected account, and your sub-merchants’ connected accounts. Use this after registering a domain to confirm Apple Pay went active, or to diagnose why a wallet button isn’t showing on checkout.

Query Parameters

string
required
The checkout domain to check, e.g. checkout.example.com.

Response

string
The normalized domain that was checked.
string
live or sandbox, derived from your API key.
array
One entry per Stripe account.
An apple_pay_status of inactive almost always means the domain association file at https://<domain>/.well-known/apple-developer-merchantid-domain-association was missing or unreachable during validation. Fix the file, then call the register endpoint again to re-validate.