velopayments.com

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

🔑 oauth2 100 endpoints ecommerce
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (1 total)

v-j-sdk ✓ Official
# Maven: see https://github.com/VeloPayments/v-j-sdk
curl examples
List Users
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.sandbox.velopayments.com/v2/users
List Payees
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.sandbox.velopayments.com/v3/payees
List Payees
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.sandbox.velopayments.com/v4/payees
Endpoints (100 total)
GET
/v2/users
List Users
GET
/v3/payees
List Payees
GET
/v4/payees
List Payees
GET
/v1/webhooks
List the details about the webhooks for the given payor.
GET
/v1/payorLinks
List Payor Links
GET
/v2/currencies
List Supported Currencies
GET
/v2/users/self
Get Self
GET
/v3/payees/deltas
List Payee Changes
GET
/v4/payees/deltas
List Payee Changes
GET
/v2/sourceAccounts
Get list of source accounts
GET
/v2/users/{userId}
Get User
GET
/v3/sourceAccounts
Get list of source accounts
Language coverage
Java
1
At a glance
Total SDKs1
Languages1
Endpoints100
Authoauth2
Categories1
https://api.sandbox.velopayments.com