Terms and Definitions Throughout this document and the Velo platform the following terms are used: * Payor. An entity (typically a corporation) which wishes to pay funds to one or more payees via a payout. * Payee. The recipient of funds paid out by a payor. * Payment. A single tran
https://api.sandbox.velopayments.com/
Auth type
OAuth 2.0
Auth header
Authorization: Bearer YOUR_ACCESS_TOKEN
Rate limit
4,000 API calls/min (authenticated)
Pricing
Free tier available
Free quota
10 GB storage / forever
Documentation
https://api.sandbox.velopayments.com/
Endpoint status
Unreachable — No response — server may be down or blocking automated probes
(checked Mar 29, 2026)
Builder score
C
63%
builder-friendly
OAuth 2.0 or JWT (Server Authentication) for machine-to-machine
Authorization: Bearer YOUR_ACCESS_TOKEN
| Plan | Price/mo | Included |
|---|---|---|
| Individual | Free | 10 GB storage |
| Business Starter | $15 | Per user/mo, unlimited storage |
| Business | $20 | Per user/mo, advanced admin |
| Enterprise | $0 | Custom pricing |
Individual: free (10GB). Business Starter: $15/user/mo (unlimited storage). Business: $20/user/mo. Enterprise: custom.
| Method | Path | Description |
|---|---|---|
| POST | /v1/authenticate |
Authentication endpoint |
| GET | /v1/deltas/fundings |
Get Funding Audit Delta |
| GET | /v1/deltas/payments |
V1 List Payment Changes |
| GET | /v1/fundings/{fundingId} |
Get Funding |
| POST | /v1/logout |
Logout |
| POST | /v1/password/reset |
Reset password |
| GET | /v1/paymentChannelRules |
List Payment Channel Country Rules |
| GET | /v1/paymentaudit/fundings |
V1 Get Fundings for Payor |
curl -X GET 'https://api.sandbox.velopayments.com//v1/authenticate' \ -H 'Authorization: Bearer <access_token>'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Velo Payments APIs documentation.