Tidepay API Docs

Force-run a sandbox charge cycle

POST
/sandbox/charge

Test-key only. Force-runs one charge cycle for a sandbox subscription right now, instead of waiting for the billing cron — useful for immediate feedback while developing an integration.

X-API-Key<token>

Your merchant API key, shown once at creation in the dashboard (Settings → API key).

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/sandbox/charge" \  -H "Content-Type: application/json" \  -d '{    "subscriptionId": "string"  }'
Empty