v14
latestOpenAPI 3.1.02026-08-083813925.4 MBPayment Method Domains
Verify Payment Method Domain
Re-attempts provider verification of a pending domain once the association file is hosted. Fails with a bad_request explaining what to fix; verifying an already verified domain is a no-op.
post/payment_method_domains/{id}/verify
Headers
Idempotency-Keystring
Example:d9105228-4a08-46b1-8b91-42fed586d383
A unique key that makes this request safe to retry. See Idempotent requests.
Response
already verified domain is a no-op
Example response
{
"provider": "apple",
"status": "pending"
}