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"
}
]
}
}
{- "id": "string",
- "customer_type": "INDIVIDUAL",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "email_address": "string",
- "mailing_address": {
- "unit_number": "string",
- "address_line1": "string",
- "address_line2": "string",
- "address_line3": "string",
- "city": "string",
- "state": "string",
- "postal_code": "string",
- "country_code": "string"
}, - "telephone_number": "string",
- "tax_reference_number": "string",
- "passport_number": "string",
- "nationality": "string",
- "date_of_birth": "2019-08-24",
- "percentage_ownership": 0,
- "title": "string",
- "us_residency_status": "US_CITIZEN"
}