Banking/open banking
nowpayments.io
NOWPayments sandbox and mock API
NOWPayments is a non-custodial cryptocurrency payment processing platform. Accept payments in a wide range of cryptos and get them instantly converted into a coin of your choice and sent to your wallet. Keeping it simple – no excess. # Sandbox Before production usage, you can test our API using the Sandbox. Details can be found [here](https://documenter.getpostman.com/view/7907941/T1LSCRHC) # Auth Writes persist, data moves on a schedule and every change can fire a signed webhook.
- Operations
- 16
- Collections
- -
- Event types
- -
example request
curl https://your-nowpayments.slurry.io/v1/estimate \
-H "Authorization: Bearer slurry_sim_..."Your simulation gets its own hostname, key and IP allow-list. Built from API version 1.0.0.
What gets simulated
Collections, relationships and state machines are worked out from the spec when you start the simulation.
- State. Creates, updates and deletes persist and show up in later reads.
- Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
- Webhooks. Every change emits a signed, retried event.
- Failure. Per-endpoint errors, latency and chaos rules, on demand.
Operations
First 12 of 16.
- GET/v1/estimate
- GET/v1/min-amount
- GET/v1/payment/
- POST/v1/payment/{id}/update-merchant-estimate
- GET/v1/payment/{payment_id}
- POST/v1/payout/{withdrawals-id}/verify
- GET/v1/sub-partner
- GET/v1/sub-partner/balance/{id}
- GET/v1/sub-partner/transfer/{id}
- GET/v1/sub-partner/transfers
- GET/v1/subscriptions
- GET/v1/subscriptions/plans