API Reference
Payments
| Method | Path | Notes |
|---|---|---|
| POST | /v1/payment-intents | Create payment |
| GET | /v1/payment-intents/:id | Query payment |
| POST | /v1/payment-intents/:id/confirm | Confirm |
| POST | /v1/payment-intents/:id/refund | Refund |
Fees
| Method | Path | Notes |
|---|---|---|
| GET | /v1/fees/quote | Fee quote |
| GET | /v1/fees/rules | Fee rules |
| GET | /v1/fees/stats | Fee stats |
Settlements
| Method | Path | Notes |
|---|---|---|
| GET | /v1/settlements | Settlement list |
| GET | /v1/settlements/prefs | Prefs |
| PUT | /v1/settlements/prefs | Update prefs |
| POST | /v1/settlements/manual | Manual settlement |
Checkout
| Method | Path | Notes |
|---|---|---|
| POST | /v1/checkout/sessions | Create signed checkout |
| GET | /v1/checkout/sessions/:id | Load checkout session |
| POST | /v1/checkout/sessions/:id/pay | Pay (sandbox) |