deploy
This commit is contained in:
58
skills/payment-method-configurations/SKILL.md
Normal file
58
skills/payment-method-configurations/SKILL.md
Normal file
@@ -0,0 +1,58 @@
|
||||
---
|
||||
name: payment-method-configurations-routes
|
||||
description: Handle 4 OpenAPI operation(s) under /v1/payment_method_configurations for the payment method configurations route group.
|
||||
---
|
||||
|
||||
# payment method configurations API Routes
|
||||
|
||||
Handle 4 OpenAPI operation(s) under /v1/payment_method_configurations for the payment method configurations 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_method_configurations
|
||||
|
||||
- Operation ID: `get_payment_method_configurations`
|
||||
- Route: `GET /v1/payment_method_configurations`
|
||||
- Mode: READ
|
||||
- Summary: List payment method configurations
|
||||
- Parameters:
|
||||
- `active` in `query`
|
||||
- `application` in `query`
|
||||
- `ending_before` in `query`
|
||||
- `expand` in `query`
|
||||
- `limit` in `query`
|
||||
- `starting_after` in `query`
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### post_payment_method_configurations
|
||||
|
||||
- Operation ID: `post_payment_method_configurations`
|
||||
- Route: `POST /v1/payment_method_configurations`
|
||||
- Mode: WRITE
|
||||
- Summary: Create a payment method configuration
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### get_payment_method_configurations_configuration
|
||||
|
||||
- Operation ID: `get_payment_method_configurations_configuration`
|
||||
- Route: `GET /v1/payment_method_configurations/{configuration}`
|
||||
- Mode: READ
|
||||
- Summary: Retrieve payment method configuration
|
||||
- Parameters:
|
||||
- `configuration` in `path` required
|
||||
- `expand` in `query`
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### post_payment_method_configurations_configuration
|
||||
|
||||
- Operation ID: `post_payment_method_configurations_configuration`
|
||||
- Route: `POST /v1/payment_method_configurations/{configuration}`
|
||||
- Mode: WRITE
|
||||
- Summary: Update payment method configuration
|
||||
- Parameters:
|
||||
- `configuration` in `path` required
|
||||
- Body: JSON request body accepted.
|
||||
Reference in New Issue
Block a user