Environments
Understand test and live environments in IvoryPay.
TEST environment
Completing transactions in TEST mode
Flow
What the customer pays
How you complete it in TEST
Tool
On-ramp: simulate the fiat payment
# Simulate a fiat payment for an ON-RAMP transaction
curl -X POST https://ramp-api.ivorypay.io/api/v1/transactions/simulate-payment \
-H "Authorization: sk_test_xxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
-H "Content-Type: application/json" \
-d '{ "reference": "your-onramp-transaction-reference-uuid" }'Off-ramp: fund with test crypto from the faucet
LIVE environment
Switching environments
Environment comparison
Feature
TEST
LIVE
Last updated