Get a dispute
Retrieves a dispute by its id. Only disputes matching the live or test mode of the API key are visible; any other dispute returns a 404 Not Found error without leaking its existence.
v1 · Base URL https://api.fintoc.com/v1Authorizations
Path Parameters
Unique identifier for the dispute.
Response
The dispute.
Unique identifier of the dispute.
"cb_8anBm9YpVwXzKqL2"
Type of the object. Always dispute.
Disputed amount, in the currency's smallest unit. CLP has no decimals, so 7005 means 7005 CLP; MXN and USD have cents, so 7005 means 70.05.
7005
ISO 8601 datetime in UTC when the dispute was created.
"2024-01-15T17:04:10.284Z"
ISO 4217 currency code of the disputed amount.
"CLP"
ISO 8601 datetime in UTC for the documentation submission deadline before the dispute is lost by default.
"2024-01-22T17:04:10.284Z"
Documents uploaded as evidence for the dispute.
Mode of the object. live objects use real institution data, test objects use fake data for integration testing.
test, live "live"
Identifier of the disputed resource.
"pi_8anBm9YpVwXzKqL2"
Type of the disputed resource. Always payment_intent.
Current status of the dispute. One of waiting_documentation, in_review, lost, expired, or won.
waiting_documentation, in_review, lost, expired, won "waiting_documentation"
ISO 8601 datetime in UTC when the dispute was last updated.
"2024-01-16T17:04:10.284Z"