Skip to content

Getting Started

This guide helps you complete Velora payment routing integration and run your first payment.

Integration overview

┌──────────────┐    ┌──────────────┐    ┌──────────────┐    ┌──────────────┐    ┌──────────────┐    ┌──────────────┐
│ Contact sales│ -> │ Sign contract│ -> │ Create merchant│ -> │ Get keys    │ -> │ Set callback (optional) │ -> │ Integrate API│
└──────────────┘    └──────────────┘    └──────────────┘    └──────────────┘    └──────────────┘    └──────────────┘
  1. Contact sales: Get in touch with the Velora business team to discuss integration.
  2. Sign contract: Complete the business agreement and confirm terms.
  3. Create merchant account: After signing, create your merchant account on the Velora platform.
  4. Get appKey and appSecret: Create an app under "Apps & keys" in the console and obtain appKey and appSecret for request signing; keep them secure.
  5. Configure callback URL (optional): You can set a payment callback URL in the console in advance, or pass it per request when calling Create payment order. We will POST payment results to this URL; implement and verify the signature on your server.
  6. Integrate API: Complete signing and authentication per Authentication, call Create payment order and other APIs, and handle Payment callback.

Next steps