Files
a2a-platform f2c2274e5e deploy
2026-06-27 01:01:39 +00:00

58 lines
1.6 KiB
Markdown

---
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: <p>List apple pay domains.</p>
- 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: <p>Create an apple pay domain.</p>
- 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: <p>Delete an apple pay domain.</p>
- 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: <p>Retrieve an apple pay domain.</p>
- Parameters:
- `domain` in `path` required
- `expand` in `query`
- Body: JSON request body accepted.