Justt · Arazzo Workflow
Submit evidence for a Justt chargeback
Version 1.0.0
Read an open chargeback, upload an evidence file, submit it to the PSP, and poll the asynchronous submission to a terminal state.
View Spec
View on GitHub
CompanyPaymentsChargebacksDisputesFraudRiskFinancial-ServicesE-CommerceArtificial IntelligenceWebhookArazzoWorkflows
Provider
Workflows
submitEvidenceForChargeback
Upload and submit an evidence file against an open chargeback
Evidence submission is irreversible and asynchronous — it can take up to 24 hours to complete at the PSP. There is no idempotency key on any step, so a timed-out call must be reconciled with a read before it is retried.
1
getChargeback
Confirm the chargeback exists and is still actionable
2
uploadFile
Upload the evidence file. The multipart field name must be exactly "file".
3
submitEvidence
Submit the uploaded file against the chargeback. Irreversible.
4
pollSubmissionStatus
Poll until status is succeeded or failed. Prefer the chargeback.evidence.submitted webhook over tight polling.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.