New: Webhook Simulation Engine
Build Fast.
Simulate Everything.
The ultra-fast payment simulation infrastructure for developers. Test collections, payouts, and webhooks without leaving your local environment.
POST /v1/collect
curl --request POST \
--url 'https://api.simulatepay.com/v1/collect' \
--header 'Authorization: Bearer sk_test_sandbox_...' \
--data '{
"amount": 1000.00,
"currency": "USD",
"email": "customer@us-bank.com",
"reference": "sandbox_tx_102"
}'