v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBFees
List dispute fees
Get a list of fees with filter and paging options.
get/v1/fee
Query parameters
beginDatestring
Beginning date filter, format = yyyy-mm-dd.
endDatestring
End date filter, format = yyyy-mm-dd.
claimIdstring
Fee item claim ID.
cardIdstring
Fee item card ID. Return dispute fees associated with a specific card.
networkFeeIdstring
Fee ID from network.
status'PENDING' | 'PROCESSED' | 'FAILED'
Example:PROCESSED
Status filter.
pageinteger
Page to return.
perPageinteger
Number of items per page.
Headers
x-tenantstring required
Organization/tenant ID. Get all dispute fees associated with an organization/tenant.
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"
}
]