Environments
Understand test and live environments in IvoryPay.
TEST environment
Simulating payments in TEST mode
# Simulate a fiat payment for an on-ramp transaction
curl -X POST https://ramp-api.ivorypay.io/api/v1/transactions/simulate-payment \
-H "x-api-key: sk_test_xxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{ "reference": "your-transaction-reference-uuid" }'LIVE environment
Switching environments
Environment comparison
Feature
TEST
LIVE
Last updated