v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBFees V2
Get fee V2
Get details about a specific fee.
get/v2/fee/{fee_id}
Path parameters
fee_idnumber required
Fee ID
Headers
Authorizationstring required
Account token - an access token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a "** 401 Unauthorized**" error.
Response
Specific fee information response.
Example response
{
"fee_id": 123,
"org_id": "TN-34778262-f4f0-464d-b4c6-a14exxxxxxxx",
"account_id": 6912345,
"card_id": 6743052,
"transaction_id": 1234567890,
"arn": "12345678901234567890123",
"transaction_amount": 86753.09,
"transaction_date": "2025-08-11",
"network_brand_type": "ELO",
"currency": "USD",
"amount": 215,
"network_case_id": "1234567890",
"network_fee_id": "1234567890",
"network_response": "The network returned [Error to create Fraud Report, invalid field], reasonCode [E-90000000] with the source [NETWORK_EXCEPTION].",
"created_at": "2024-09-12T16:46:16.43663522",
"updated_at": "2024-09-12T16:46:16.43663522",
"status": "PENDING"
}