An API, or Application Programming Interface, is a set of rules that allows different software applications to communicate and interact with each other. It defines how they should exchange data and perform functions. APIs enable developers to integrate services and functionalities into their own applications without needing to understand the underlying code. ivorypay uses an API to communicate with your website so you can seamlessly accept payments.
How to access your Test API keys
- Access your ivorypay dashboard, navigate to the ACCOUNTS dropdown menu, and select Settings.
- On the settings page, select API and webhooks tab. Here you'll find your Test secret key and Test public key. Note that new accounts are placed in Test Mode by default. Test mode allows you to explore all features, and test transactions without using real money.
How to access your Live API keys
IMPORTANT NOTICE: To access your Live API keys, you will need to switch to Live Mode. Only accounts that have completed KYC verification can switch to Live Mode. Live Mode is where the real action happens as you can start accepting real payments from your customers
Follow the outlined steps to access your Live API keys:
- Access your ivorypay dashboard, navigate to the ACCOUNTS dropdown menu, and select Settings.
On the settings page, select API and webhooks tab. Here you'll find your Live secret key and Live public key.
A webhook URL is a unique web address that receives notifications from ivorypay about successful transactions. It acts as a callback mechanism to inform your application in real-time. You'll be notified through this URL whenever a customer completes a payment to your business.
Remember, ivorypay uses APIs and webhooks to ensure smooth communication and secure transactions for your website.