provider POST /v1/payment_method_domains/{payment_method_domain}
@utdk/stripe /v1/payment_method_domains/{payment_method_domain}
Update a payment method domain
<p>Updates an existing payment method domain.</p>
payment_method_domain path required
string

Try it

Authentication
Configure credentials for Stripe API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

postpaymentmethoddomainspaymentmethoddomain
POST/v1/payment_method_domains/{payment_method_domain}
<p>Updates an existing payment method domain.</p>

Parameters

required

Input

Whether this payment method domain is enabled. If the domain is not enabled, payment methods that require a payment method domain will not appear in Elements or Embedded Checkout.

Specifies which fields in the response should be expanded.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import stripe from '@utdk/stripe';

await stripe.postpaymentmethoddomainspaymentmethoddomain()