1.9 KiB
1.9 KiB
name, description
| name | description |
|---|---|
| payment-method-configurations-routes | 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:
activeinqueryapplicationinqueryending_beforeinqueryexpandinquerylimitinquerystarting_afterinquery
- 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:
configurationinpathrequiredexpandinquery
- 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:
configurationinpathrequired
- Body: JSON request body accepted.