Payments API
The Payments API lets you accept payments, manage transactions, and issue refunds.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
POST | /v1/payments | Create a payment |
GET | /v1/payments | List payments |
GET | /v1/payments/{sid} | Retrieve a payment |
POST | /v1/payments/{sid}/refunds | Issue a refund |
Full reference coming soon.