paystack-refunds
Installation
SKILL.md
Paystack Refunds
The Refunds API lets you create and manage refunds for transactions. Supports full and partial refunds.
Depends on: paystack-setup for the
paystackRequesthelper.
Related: paystack-webhooks forrefund.processed,refund.failed,refund.pendingevents.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /refund |
Create a refund |
| POST | /refund/retry_with_customer_details/:id |
Retry a failed refund |
| GET | /refund |
List refunds |
| GET | /refund/:id |
Fetch a refund |
Create Refund
POST /refund
Related skills