API Reference Overview¶
All SecPaid v2 API endpoints are documented here with complete request/response specifications.
Common Properties¶
| Property | Value |
|---|---|
| Base URL | https://app.secpaid.com/api/v2 |
| Method | POST (all endpoints) |
| Content-Type | application/json |
| Auth Header | token: YOUR_API_KEY |
| Response Format | Standard Envelope |
Endpoints¶
Payment Links¶
| Endpoint | Description |
|---|---|
| createLink | Create a single-recipient payment link |
| createSplitLink | Create a multi-recipient split payment link |
| getMyUnusedLinks | List pending (unpaid) links |
| getMyUsedLinks | List completed (paid) links |
| deleteLink | Delete an unused link |
Transactions¶
| Endpoint | Description |
|---|---|
| getPayInTransactions | List incoming payments |
| getPayOutTransactions | List outgoing payouts |
Refunds¶
| Endpoint | Description |
|---|---|
| refundPayment | Request a full or partial refund |
Billing¶
| Endpoint | Description |
|---|---|
| getTaxInvoiceList | List service fee invoices |