create_account
Create a new Moolre business wallet by providing account name and currency, with optional API support, callback URL, and settlement details.
Instructions
Create a new Moolre business wallet/account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api | No | Indicates if the account supports API transactions. | |
| headers | No | HTTP headers to include | |
| callback | No | Webhook URL for processing real-time transaction callbacks. | |
| currency | Yes | Currency code (e.g., GHS). | |
| settlement | No | Optional settlement details (currency, frequency, channel, recipient, sublist). | |
| accountname | Yes | Registered name of the business. |