V

Velo Payments APIs

by Velo Payments APIs Free tier

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

mapsentertainmentpaymentsstoragecloud storagefilesenterprisecollaboration

Quick Reference

Base URL 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
Pricing
90
Latency
0
Depth
91

Authentication

OAuth 2.0 or JWT (Server Authentication) for machine-to-machine

Authorization: Bearer YOUR_ACCESS_TOKEN

Pricing

Model freemium Starting price Free tier available Free quota 10 GB storage / forever
PlanPrice/moIncluded
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.

Key Endpoints

MethodPathDescription
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

Sample Request

curl -X GET 'https://api.sandbox.velopayments.com//v1/authenticate' \
  -H 'Authorization: Bearer <access_token>'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Velo Payments APIs documentation.