Financial entry
The Financial entry entity represents a single financial breakdown for a donation. It is used within the Financial entity to detail both origin and settled amounts.
| Field | Type | Description |
|---|---|---|
currency |
String | ISO 4217 currency code (e.g., "USD", "EUR", "GBP"). |
amount |
Number | The donation amount in the specified currency. This is the gross amount before any fees or taxes are deducted. |
fee |
Number | Total fees charged for processing the donation. Typically the sum of feePlatform and feeGateway. |
feePlatform |
Number | Platform-specific fees charged by the donation platform. |
feeGateway |
Number | Payment gateway fees charged by the payment processor. |
tax |
Number | Total taxes applied to the donation. Typically the sum of taxPlatform and taxGateway. |
taxPlatform |
Number | Platform-specific taxes. |
taxGateway |
Number | Payment gateway taxes. |