Register a client application
Go to the navigation tab and click on developer_modeDevelopers
In the main page click on Create an application
This is a 5 steps process that you will go through:
- Information: Provide the necessary fields such as your application name, an optional description, its desired environment and an associated bank account
- Payment: Configure the payment methods you want to add to your application (options depend on the contract you signed), choose payment options and add potential customization
- Email: Configure everything about e-mails
- SMS: Configure everything about sms
- Urls: Optionally fill redirection Urls for us to know where to redirect your customers and configure webhooks to get realtime event notifications
💡 NoteAt the end of the process please take note of your app_id, app_secret and app_private_key as these are your keys to access our APIs.
🚧 Be awareThe app_secret and app_private_key must be stored safely in a backend environment, i.e. not in a client-side bundle, nor in a mobile app.
Updated 7 months ago