Multi-currency Payment APIs
Introduction
The Multi-currency Payment API Solution provides developers with a unified API schema to support multiple currencies efficiently. These APIs enable seamless transactions for both payin and payout operations, ensuring a robust, reliable, and scalable payment infrastructure for businesses dealing with various currencies.
Key Features
- Single API Schema: A single schema supports all currencies in your account, simplifying integration and management.
- Payin and Payout Process:
- Step 1: Call the Get payin method list to retrieve the list of supported methods.
- Step 2: Call the Get payin required fields to get specific required fields for each method.
- Step 3: Create the payment using the method and required fields from the previous step.
- Step 4: On the sandbox environment, you can call the Simulate payin to simulate the payment.
This documentation provides detailed guidance for integrating these capabilities into your application.
Authentication
- API Key: app-id
- API Key: secret-key
- API Key: access-token
- API Key: api-key
The app-id is registered and secured inside Hello Clever system and only required when client has initiated or in the middle of the transaction.
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | app-id |
The secret-key is our client's secret of the source. Required if a publishable key is used to retrieve the source.
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | secret-key |
The access-token is our client's access of the source Payment Gateway. Generate from app-id and secret-key.
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | access-token |
The api-key is our client's access of the source Hello Clever API version 2. Generate from your merchant dashboard.
Security Scheme Type: | apiKey |
---|---|
Header parameter name: | api-key |
Contact
Terms of Service
https://helloclever.co/terms