1.6 KiB
1.6 KiB
name, description
| name | description |
|---|---|
| apple-pay-routes | Handle 4 OpenAPI operation(s) under /v1/apple_pay/domains for the apple pay route group. |
apple pay API Routes
Handle 4 OpenAPI operation(s) under /v1/apple_pay/domains for the apple pay 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_apple_pay_domains
- Operation ID:
get_apple_pay_domains - Route:
GET /v1/apple_pay/domains - Mode: READ
- Summary:
List apple pay domains.
- Parameters:
domain_nameinqueryending_beforeinqueryexpandinquerylimitinquerystarting_afterinquery
- Body: JSON request body accepted.
post_apple_pay_domains
- Operation ID:
post_apple_pay_domains - Route:
POST /v1/apple_pay/domains - Mode: WRITE
- Summary:
Create an apple pay domain.
- Body: JSON request body accepted.
delete_apple_pay_domains_domain
- Operation ID:
delete_apple_pay_domains_domain - Route:
DELETE /v1/apple_pay/domains/{domain} - Mode: WRITE
- Summary:
Delete an apple pay domain.
- Parameters:
domaininpathrequired
- Body: JSON request body accepted.
get_apple_pay_domains_domain
- Operation ID:
get_apple_pay_domains_domain - Route:
GET /v1/apple_pay/domains/{domain} - Mode: READ
- Summary:
Retrieve an apple pay domain.
- Parameters:
domaininpathrequiredexpandinquery
- Body: JSON request body accepted.