--- name: apple-pay-routes description: 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_name` in `query` - `ending_before` in `query` - `expand` in `query` - `limit` in `query` - `starting_after` in `query` - 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: - `domain` in `path` required - 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: - `domain` in `path` required - `expand` in `query` - Body: JSON request body accepted.