Files
stripe-openapi-agent/skills/payment-attempt-records/SKILL.md
a2a-platform f2c2274e5e deploy
2026-06-27 01:01:39 +00:00

39 lines
1.2 KiB
Markdown

---
name: payment-attempt-records-routes
description: Handle 2 OpenAPI operation(s) under /v1/payment_attempt_records for the payment attempt records route group.
---
# payment attempt records API Routes
Handle 2 OpenAPI operation(s) under /v1/payment_attempt_records for the payment attempt records 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_attempt_records
- Operation ID: `get_payment_attempt_records`
- Route: `GET /v1/payment_attempt_records`
- Mode: READ
- Summary: List Payment Attempt Records
- Parameters:
- `expand` in `query`
- `limit` in `query`
- `payment_record` in `query` required
- `starting_after` in `query`
- Body: JSON request body accepted.
### get_payment_attempt_records_id
- Operation ID: `get_payment_attempt_records_id`
- Route: `GET /v1/payment_attempt_records/{id}`
- Mode: READ
- Summary: Retrieve a Payment Attempt Record
- Parameters:
- `expand` in `query`
- `id` in `path` required
- Body: JSON request body accepted.