Application Fees ​
When you collect a transaction fee on top of a charge made for your user (using Connect), an Application Fee object is created in your account. You can list, retrieve, and refund application fees.
Related guide: Collecting application fees
Endpoints ​
Retrieve an application fee ​
- GET /v1/application_fees/:id
List all application fees ​
- GET /v1/application_fees
Events ​
application_fee.createdOccurs whenever an application fee is created on a charge.application_fee.refundedOccurs whenever an application fee is refunded, whether from refunding a charge or from refunding the application fee directly. This includes partial refunds.