curl --request GET \
--url https://api.decisionly.com/v1/issuer/cases/{case_id} \
--header 'Authorization: Basic <encoded-value>'{
"case_id": "<string>",
"status": "created",
"closed_reason": "accepted",
"created": "2023-11-07T05:31:56Z",
"reason": "<string>",
"cardholder": {
"name": "<string>",
"email": "jsmith@example.com",
"issuer_id": "<string>",
"type": "individual"
},
"merchant": {
"name": "<string>",
"category_code": "<string>",
"issuer_id": "<string>"
},
"transaction": {
"date": "2023-11-07T05:31:56Z",
"amount": 2,
"currency": "<string>",
"card_network": "visa",
"card_last4": "<string>",
"card_expiry_month": 6,
"card_expiry_year": 123,
"card_type": "credit",
"arn": "<string>",
"switch_serial_number": "<string>",
"issuer_id": "<string>",
"system": "single_message"
},
"dispute": {
"date": "2023-11-07T05:31:56Z",
"amount": 123,
"currency": "<string>"
},
"issuer_evidence": {
"documentation": [
"<string>"
],
"refund": {
"promise_date": "2023-11-07T05:31:56Z",
"policy_provided": true,
"description": "<string>",
"promised": true
},
"product": {
"order_id": "<string>",
"description": "<string>",
"condition": "<string>",
"type": "merchandise",
"delivery_date": "2023-11-07T05:31:56Z",
"expected_delivery_date": "2023-11-07T05:31:56Z"
},
"card": {
"lost_date": "2023-11-07T05:31:56Z",
"cardholder_has_possession": true,
"possession_at_transaction": "possessed",
"active": true
},
"prior_transaction": {
"arn": "<string>",
"switch_serial_number": "<string>",
"issuer_id": "<string>",
"date": "2023-11-07T05:31:56Z",
"amount": 123,
"currency": "<string>",
"system": "single_message",
"card_network": "visa",
"card_type": "credit",
"card_last4": "<string>",
"card_expiry_month": 6,
"card_expiry_year": 123,
"card_fingerprint": "<string>"
},
"correct_amount": 123,
"correct_currency": "<string>",
"service_end_date": "2023-11-07T05:31:56Z",
"resolution": {
"contact_date": "2023-11-07T05:31:56Z",
"contact_success": true,
"contact_description": "<string>",
"contact_prohibited_description": "<string>",
"return_date": "2023-11-07T05:31:56Z",
"return_success": true,
"return_shipping_carrier": "<string>",
"return_shipping_tracking": "<string>",
"return_description": "<string>",
"cancellation_id": "<string>",
"cancellation_date": "2023-11-07T05:31:56Z",
"cancellation_description": "<string>"
},
"cardholder_message": "<string>",
"explanation": "<string>"
}
}Returns a case by ID.
curl --request GET \
--url https://api.decisionly.com/v1/issuer/cases/{case_id} \
--header 'Authorization: Basic <encoded-value>'{
"case_id": "<string>",
"status": "created",
"closed_reason": "accepted",
"created": "2023-11-07T05:31:56Z",
"reason": "<string>",
"cardholder": {
"name": "<string>",
"email": "jsmith@example.com",
"issuer_id": "<string>",
"type": "individual"
},
"merchant": {
"name": "<string>",
"category_code": "<string>",
"issuer_id": "<string>"
},
"transaction": {
"date": "2023-11-07T05:31:56Z",
"amount": 2,
"currency": "<string>",
"card_network": "visa",
"card_last4": "<string>",
"card_expiry_month": 6,
"card_expiry_year": 123,
"card_type": "credit",
"arn": "<string>",
"switch_serial_number": "<string>",
"issuer_id": "<string>",
"system": "single_message"
},
"dispute": {
"date": "2023-11-07T05:31:56Z",
"amount": 123,
"currency": "<string>"
},
"issuer_evidence": {
"documentation": [
"<string>"
],
"refund": {
"promise_date": "2023-11-07T05:31:56Z",
"policy_provided": true,
"description": "<string>",
"promised": true
},
"product": {
"order_id": "<string>",
"description": "<string>",
"condition": "<string>",
"type": "merchandise",
"delivery_date": "2023-11-07T05:31:56Z",
"expected_delivery_date": "2023-11-07T05:31:56Z"
},
"card": {
"lost_date": "2023-11-07T05:31:56Z",
"cardholder_has_possession": true,
"possession_at_transaction": "possessed",
"active": true
},
"prior_transaction": {
"arn": "<string>",
"switch_serial_number": "<string>",
"issuer_id": "<string>",
"date": "2023-11-07T05:31:56Z",
"amount": 123,
"currency": "<string>",
"system": "single_message",
"card_network": "visa",
"card_type": "credit",
"card_last4": "<string>",
"card_expiry_month": 6,
"card_expiry_year": 123,
"card_fingerprint": "<string>"
},
"correct_amount": 123,
"correct_currency": "<string>",
"service_end_date": "2023-11-07T05:31:56Z",
"resolution": {
"contact_date": "2023-11-07T05:31:56Z",
"contact_success": true,
"contact_description": "<string>",
"contact_prohibited_description": "<string>",
"return_date": "2023-11-07T05:31:56Z",
"return_success": true,
"return_shipping_carrier": "<string>",
"return_shipping_tracking": "<string>",
"return_description": "<string>",
"cancellation_id": "<string>",
"cancellation_date": "2023-11-07T05:31:56Z",
"cancellation_description": "<string>"
},
"cardholder_message": "<string>",
"explanation": "<string>"
}
}Use your API key as the username. No password is required.
Returns the case.
Unique identifier for the case.
Current status of the case.
created, chargeback_filed, chargeback_represented, prearb_filed, prearb_rebutted, arbitration_filed, won, lost, closed Reason the case was closed, if applicable.
accepted, rejected, expired, withdrawn When the case was created.
The reason for the dispute.
Show child attributes
Cardholder name.
Cardholder email address.
Your ID for the cardholder.
250Whether the cardholder is an individual or company.
individual, company Details of the disputed transaction. Either arn or switch_serial_number is required.
Show child attributes
Date of the transaction.
Settled amount of the transaction in smallest currency unit.
x >= 1Currency of the transaction amount.
3The card network.
visa, mastercard, amex, discover Last 4 digits of the card number.
4Card expiry month (1-12).
1 <= x <= 12Card expiry year (4 digits).
Type of card.
credit, debit, prepaid The acquirer reference number of the transaction. Either this or switch_serial_number is required.
23The switch serial number for the transaction. Either this or arn is required.
9Your unique ID for the transaction.
250The transaction system.
single_message, dual_message Show child attributes
Array of file IDs for supporting documentation. Upload files using the file upload endpoint.
Show child attributes
merchandise, service Show child attributes
Show child attributes
2392503single_message, dual_message visa, mastercard, amex, discover credit, debit, prepaid 41 <= x <= 122503Show child attributes