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│
└──────────────┘ └──────────────┘ └──────────────┘ └──────────────┘ └──────────────┘ └──────────────┘- Contact sales: Get in touch with the Velora business team to discuss integration.
- Sign contract: Complete the business agreement and confirm terms.
- Create merchant account: After signing, create your merchant account on the Velora platform.
- Get appKey and appSecret: Create an app under "Apps & keys" in the console and obtain
appKeyandappSecretfor request signing; keep them secure. - 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.
- Integrate API: Complete signing and authentication per Authentication, call Create payment order and other APIs, and handle Payment callback.
Next steps
- Authentication: Signing algorithm, headers, environments
- Create payment order: Request and response
- Payment callback: Verification and status handling