Managing incoming payments.
We offer four payment processing methods, collectively known as "Payins":
- Hosted Payment Pages (HPP)
- Embedded Payment Pages
- Rapid Deposit
- Receive-by-Link (RBL)
Integration Options
1. Hosted Payment Pages (HPP)
- Description: Merchants can integrate with our Hosted Payment Pages. an Orbital hosted payment page, delivered to end users via a browser redirect. This integration method is best suited to merchants seeking a turn key solution with a pre-built payment page UI. Best for merchants whose business models support a variable payment amount from the end user.
- Features:
- Turnkey, ready-built solution.
- Customisable user interface - Logo and Banner.
- Includes all necessary screens and components for a seamless end-user experience.
- Payment Method: Uses the Invoice payment processing method with customisable UI components.
2. Embedded Payment Pages
- Description: Embedded Payment Pages offer a seamless integration of a HPP but integrated with an Iframe.
- Payment Method: Uses the Invoice payment processing method with customisable UI components.
3. Rapid Deposit
- Description: Merchants can integrate via API and build their own user interface for customers. best suited to merchants who want full control of the UI and end-user experience.
- Payment Method: Supports the Rapid Deposit method.
- Withdrawals: Handled through a single API method.
4. Receive-by-Link (RBL)
- Description: Generates a Hosted Payment Page that can be paid at any time.
- Use Case: Ideal for scenarios where flexibility is needed.
- Payment Method: Uses the Invoice payment processing method with customisable UI components.
Invoice - Best for merchants whose business models require a fixed value payment amount.
Implementation Tips
- Flexibility: You can implement all payment methods in your app or website to cater to different user preferences.
- User Preferences:
- Some users prefer the security of a hosted payment page.
- Others prefer a direct payment experience with Rapid Deposit.
By integrating all methods, you can accommodate a wide range of user preferences and provide a flexible payment experience.
Integration | Description | Advantages | Limitations |
---|---|---|---|
Invoice under HPP | Allows payment through a secure Hosted Payment Page |
|
|
Rapid Payment Method | Enables direct payment without redirection |
| -Longer Implementation : requires building and maintaining a payment interface |
Payment Links - Receivables | Allows payment via a link sent through any communication channel |
| -Expiry if the link is opened |
Payouts | Enables direct withdrawal |
|
|
In the following pages, you will find HTTP request and response samples, as well as documentation on creating a payment by the various integration methods.