Returns a detailed breakdown of an outbound settlement by account and customer. Filterable by source and destination accounts.
Success
Bad Request
Unauthorized
Not Found
Internal Error
{- "data": {
- "id": "string",
- "settlement_status": "INITIALIZED",
- "settlement_executed_timestamp": "2019-08-24T14:15:22Z",
- "settlement_asset_type": "FIAT",
- "settlement_currency": "string",
- "settlement_amount": 0,
- "settlement_details": [
- {
- "source_account_customer_id": "string",
- "source_account_id": "string",
- "source_asset_type": "FIAT",
- "source_currency": "string",
- "source_amount": 0,
- "destination_account_customer_id": "string",
- "destination_account_id": "string",
- "destination_asset_type": "FIAT",
- "destination_currency": "string",
- "destination_amount": 0,
- "payment_payor_id": "string",
- "payment_reference_id": "string",
- "payment_expected_amount": "string"
}
]
}
}