📄️ Quick Start
Integration modes
📄️ Endpoints
Lunu's API endpoints allow you to manage user authentication, initiate transactions, retrieve transaction details, and more. Seamlessly integrate Lunu's payment technology into your app.Provide your users with a seamless and intuitive payment experience with Lunu's payment API.
📄️ Authentication
To authenticate requests, use bearer tokens in HTTP requests. Include the header Authorization with the value "Bearer ``" with each request. The header format should be:
📄️ Create an Account
This API endpoint is used to create an account for the user. The request should include the user's internal ID in your system. Upon successful creation, the Processing Service will return the F2C account ID.
📄️ Hosted Mode
The hosted mode is the quickest and simplest method for integrating Lunu into your app.
📄️ Overlay mode/ IFrame
Integrate Lunu's payment technology into your app with ease using our SDK. Choose this integration mode to display Lunu as an overlay on your web app or iFrame view, and trigger the display of Onramp as needed with basic configuration. Maintain the look and feel of your brand with high levels of customization and control. Provide your users with a seamless and intuitive payment experience that is fully integrated into your app by choosing this integration mode
📄️ Webhook updates
During onboarding merchants can give webhook (callback) endpoint to get updates of user transactions. This is sample webhook response sent to the endpoint.