v1

latestOpenAPI 3.0.02026-07-24126202516.7 KB
Transactions

Show Transaction Fees

Show the Fees associated with the Transaction using a given :id.

get/transactions/{id}/fees

Path parameters

idstring required

Transaction ID

Response

OK

Example response

{
  "fees": [
    {
      "id": "36020976-f345-4d0f-b860-9c025ccce668",
      "name": "Seller Success Fee",
      "to": "seller",
      "calculated_fee": 400
    }
  ]
}