2.2 KiB
2.2 KiB
name, description
| name | description |
|---|---|
| payment-method-domains-routes | Handle 5 OpenAPI operation(s) under /v1/payment_method_domains for the payment method domains route group. |
payment method domains API Routes
Handle 5 OpenAPI operation(s) under /v1/payment_method_domains for the payment method domains route group.
Use the generated operation tools to make real API calls. Do not invent API responses. If a tool reports missing setup, return the exact setup field name to the caller. For write, update, or delete operations, state the intended action before calling the tool.
Operations
get_payment_method_domains
- Operation ID:
get_payment_method_domains - Route:
GET /v1/payment_method_domains - Mode: READ
- Summary: List payment method domains
- Parameters:
domain_nameinqueryenabledinqueryending_beforeinqueryexpandinquerylimitinquerystarting_afterinquery
- Body: JSON request body accepted.
post_payment_method_domains
- Operation ID:
post_payment_method_domains - Route:
POST /v1/payment_method_domains - Mode: WRITE
- Summary: Create a payment method domain
- Body: JSON request body accepted.
get_payment_method_domains_payment_method_domain
- Operation ID:
get_payment_method_domains_payment_method_domain - Route:
GET /v1/payment_method_domains/{payment_method_domain} - Mode: READ
- Summary: Retrieve a payment method domain
- Parameters:
expandinquerypayment_method_domaininpathrequired
- Body: JSON request body accepted.
post_payment_method_domains_payment_method_domain
- Operation ID:
post_payment_method_domains_payment_method_domain - Route:
POST /v1/payment_method_domains/{payment_method_domain} - Mode: WRITE
- Summary: Update a payment method domain
- Parameters:
payment_method_domaininpathrequired
- Body: JSON request body accepted.
post_payment_method_domains_payment_method_domain_validate
- Operation ID:
post_payment_method_domains_payment_method_domain_validate - Route:
POST /v1/payment_method_domains/{payment_method_domain}/validate - Mode: WRITE
- Summary: Validate an existing payment method domain
- Parameters:
payment_method_domaininpathrequired
- Body: JSON request body accepted.