For Merchants
Sandbox
An isolated test environment for merchant integrations is coming soon.
Coming soon
An isolated sandbox for merchant integrations is on the way. It will let you build and validate against seeded test disputes and alerts without touching production data, with seeded scenarios (won, lost, representment, alert prevented) and an in-page API explorer. Interactive, runnable tutorials will ship alongside it.
Until the sandbox ships, build against the live API with care.
Build safely before the sandbox
- Generate API keys from the Chargeflow App, see API keys.
- Read disputes and alerts before you write, so you can confirm response shapes without side effects.
- Make your first call with the Quickstart.
- Work through the Go-live checklist before you send production traffic.
What you will be able to test
- Authentication against
https://api.chargeflow.iousing thex-api-keyheader. - List and read disputes with pagination, and fetch a single dispute by ID.
- Upload evidence, following Upload evidence.
- Pre-chargeback alerts, following Manage alerts.
- Webhooks for
dispute.createdand alert events, following Subscribe to events.
Next steps
Was this page helpful?