Fees

A Fee is a charge levied against a Merchant. It represents how a platform charges its sellers for all various types of Fees. Payment transactions generate Fee resources.

List Fees

Retrieve a list of Fee resources. As a query parameter, pass the ID of the TRANSFER or AUTHORIZATION that generated the Fee.

Request
query Parameters
linked_id
required
string

The ID of the TRANSFER or AUTHORIZATION that generated the Fee.

limit
integer

The numbers of items to return.

Example: limit=10
after_cursor
string

Return every resource created after the cursor value.

Example: after_cursor=TRnasXQ5AmjsLnPMwnme7TL4
before_cursor
string

Return every resource created before the cursor value.

Example: before_cursor=TRnasXQ5AmjsLnPMwnme7TL4
header Parameters
Finix-Version
string
Default: 2018-01-01

Specify the API version of your request. For more details, see Versioning.

Example: 2022-02-01
Responses
200

List of Fee objects

401

Authentication information is missing or invalid

403

Forbidden

406

Not Acceptable

get/fees
Request samples
curl "https://finix.sandbox-payments-api.com/fees?linked_id=TRvypRNBeqM597Zi4DcqJ2Vh" \
  -H "Finix-Version: 2022-02-01" \
  -u USsRhsHYZGBPnQw8CByJyEQW:8a14c2f9-d94b-4c72-8f5c-a62908e5b30e
Response samples
application/json
{}

Fetch a Fee

Retrieve the details of a Fee.

Request
path Parameters
fee_id
required
string

The ID of the Fee.

header Parameters
Finix-Version
string
Default: 2018-01-01

Specify the API version of your request. For more details, see Versioning.

Example: 2022-02-01
Responses
200

Single Fee object

401

Authentication information is missing or invalid

403

Forbidden

404

Object does not exist

406

Not Acceptable

get/fees/{fee_id}
Request samples
curl "https://finix.sandbox-payments-api.com/fees/FEcMVtzekuwTqTB94oLAeofh" \
  -H "Finix-Version: 2022-02-01" \
  -u USsRhsHYZGBPnQw8CByJyEQW:8a14c2f9-d94b-4c72-8f5c-a62908e5b30e
Response samples
application/json
{}