v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBFees
Get dispute fee
Get information about a specific dispute fee given its ID in the path. You can get fee IDs with the List dispute fees endpoint.
get/v1/fee/{disputeFeeId}
Response
OK
Example response
{
"id": 152,
"arn": "1564984",
"transaction_date": "2022-06-01 10:25:36",
"card_id": 6743052,
"card_acceptor_code": "Test1234",
"country_code": "USA",
"destination_member": "002083",
"fee_date": "2021-02-15",
"currency": "USD",
"amount": 100,
"message": "Cardholder recognized transaction",
"reason_code": "7604",
"settlement_date": "2021-09-22",
"control_number": "1589457",
"network_brand_type": "Visa",
"status": "PENDING",
"chargeback_ref_num": "9000000006",
"reconciliation_amount": 123.22,
"reconciliation_currency": "EUR",
"japan_common_merchant_code": "0410",
"installment_data": "1234567890",
"reply_fee_id": "300009520876",
"reject_reason": "Code1=0142(00):D0063/002;DE072=D0063\\\\\\\\\\\\\\\\8000000808\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ ",
"created_at": "2222-10-07T11:21:45",
"updated_at": "2024-09-12T16:46:16.43663522",
"created_at_utc": "2021-02-21T22:51:43.000000000Z",
"updated_at_utc": "2022-10-13T19:56:010000000Z"
}