Force-update batch payment status

Updates a batch payment to any status for testing purposes. Available only in dev/sandbox. Use PAID to simulate payment confirmation — marks all invoices PAID and dispatches outbound webhooks. Returns 404 in production.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Batch payment identifier (UUID)

Body Params
string
enum
required

New batch payment status. PAID = payment received (marks invoices PAID).

Show Details
PENDINGPayment created, awaiting confirmation
PAIDPayment confirmed and settled
EXPIREDPayment expired (TTL passed without confirmation)
FAILEDPayment processing failed
CANCELLEDPayment cancelled
Allowed:
Responses

400

Missing status field

404

Batch payment not found or test endpoints disabled

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json