1.3 KiB
1.3 KiB
name, description
| name | description |
|---|---|
| refunds-routes | Handle 3 OpenAPI operation(s) under /v2/refunds for the refunds route group. |
refunds API Routes
Handle 3 OpenAPI operation(s) under /v2/refunds for the refunds 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
list_payment_refunds
- Operation ID:
list_payment_refunds - Route:
GET /v2/refunds - Mode: READ
- Summary: ListPaymentRefunds
- Parameters:
begin_timeinqueryend_timeinquerysort_orderinquerycursorinquerylocation_idinquerystatusinquerysource_typeinquerylimitinqueryupdated_at_begin_timeinqueryupdated_at_end_timeinquerysort_fieldinquery
refund_payment
- Operation ID:
refund_payment - Route:
POST /v2/refunds - Mode: WRITE
- Summary: RefundPayment
- Body: JSON request body accepted.
get_payment_refund
- Operation ID:
get_payment_refund - Route:
GET /v2/refunds/{refund_id} - Mode: READ
- Summary: GetPaymentRefund
- Parameters:
refund_idinpathrequired