Authentication
How to authenticate your API requests to IvoryPay.
Getting your API key
Public vs secret keys
Key
Use for
Safe to expose?
Authenticating requests
curl -X GET https://ramp-api.ivorypay.io/api/v1/banks/NGN \
-H "Authorization: sk_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json"Header reference
Header
Required
Description
Authentication errors
Environment detection
Key prefix
Environment
Real money?
Webhook signature verification
Last updated