Reverse Fee

Reverse a fee by the txn_guid

Request
Security:
path Parameters
txn_guid
required
string <uuid>
version
required
string
Request Body schema: application/json
fee_amount_reversal
number or null <double>

Fee amount to be reversed

reason_code
required
string [ 1 .. 16 ] characters

reason code

reason_memo
required
string [ 1 .. 4000 ] characters

reason memo

client_reference_id
string or null <= 36 characters

API partner's unique transfer id on their system

Responses
200

Success

201

Returns the fee details

400

Bad request

401

Unauthorized

404

Card not found

500

Server Error

post/api/{version}/fees/{txn_guid}/reverse
Request samples
application/json
{
  • "fee_amount_reversal": 0,
  • "reason_code": "string",
  • "reason_memo": "string",
  • "client_reference_id": "string"
}
Response samples
application/json
{
  • "original_txn_guid": "33eaa72f-edf7-4b70-b2c6-eeee76d79ebd",
  • "original_amount": 0,
  • "amount": 0,
  • "reason_code": "string",
  • "reason_memo": "string",
  • "source": {
    • "txn_guid": "0017d7fb-f072-440d-86fd-a7ae6238e591",
    • "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
    • "currency": "string",
    • "request_code": "string",
    • "available_balance": 0,
    • "ledger_balance": 0,
    • "client_reference_id": "string"
    },
  • "revenue": {
    • "txn_guid": "0017d7fb-f072-440d-86fd-a7ae6238e591",
    • "account_guid": "d2b7c9d2-85e7-4c51-92d0-3f97a47f8d76",
    • "currency": "string",
    • "request_code": "string",
    • "available_balance": 0,
    • "ledger_balance": 0,
    • "client_reference_id": "string"
    }
}
Copyright © 2023 KeyBank & Qolo. All rights reserved.