The Settlement Object
| Field | Subfield | type | Description |
|---|---|---|---|
| id | string | ID of the settlement object | |
| object | enum | This is settlement here | |
| created_at | timestamp | Timestamp at which the settlement was created | |
| count | json | Count of various transactions for the settlement | |
| payins | integer | Count of payins in the settlement | |
| refunds | integer | Count of refunds in the settlement | |
| adjustments | integer | Count of adjustments in the transaction | |
| collects | integer | Count of collects in the transaction | |
| payouts | integer | Count of payouts in the transaction | |
| tracking_details | |||
| tracking_type | enum | uetr or utr | |
| tracking_number | string | Tracking number for the settlement | |
| amount | integer | Gross Amount for the settlement | |
| type | enum | Transfer type | |
| mt103 | string | MT103 in case the transfer_type is swift | |
| fee | integer | Fee for the settlement | |
| net_amount | integer | Net Amount for the settlement after deducting fees | |
| balance_transaction | string | Balance Transaction ID associated with the settlement | |
| status | enum | Status of the settement | |
| status_description | string | Additional description about the status | |
| currency | string | Three-letter ISO currency code | |
| updated_at | timestamp | Timestamp at which the settlement was last updated |
JSON
Suggested Links:
- Settlement API
- Webhook Events for Settlements
- Settlement State Machine
- Fetching the list of payins for a settlement
- Fetching the list of payouts for a settlement
- Fetching the list of refunds for a settlement
- Fetching the list of collects for a settlement
- Fetching the list of adjustments for a settlement
