Authorization
In order to use the IvoryPay API, you must provide an API key. Your API keys are available at the settings page of your dashboard. IvoryPay provides both test and live keys.
Note that while almost all of the endpoints can be accessed using a valid public or secret key, some endpoints may only be accessed with the secret key.
The API enables clients to interact with IvoryPay in live and test modes. When using test keys, all Blockchain operations will be transacted on the Solana Devnet. In contrast, all your Blockchain operations will be transacted on the Mainnet when you access the API using your live keys.
However, it is important to note that the current environment of your business supersedes the type (Test or Live) of key that you provide when accessing the API. This means that if your business is in Test mode and you supply a live key, the operation you want to perform will be treated as a Test operation, and if it applies to the Blockchain, it will be run on the Devnet.
To obtain live keys for your business, you must complete the KYC process.
Last modified 4mo ago