deploy
This commit is contained in:
38
skills/payment-attempt-records/SKILL.md
Normal file
38
skills/payment-attempt-records/SKILL.md
Normal file
@@ -0,0 +1,38 @@
|
||||
---
|
||||
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.
|
||||
Reference in New Issue
Block a user