Retrieve Settlement

Returns a detailed breakdown of an outbound settlement by account and customer. Filterable by source and destination accounts.

SecurityOAuth2: OAuth2Flow
Request
path Parameters
id
required
string

Settlement ID

query Parameters
source_account_id
string

Source Account ID to filter settlement on

destination_account_id
string

Destination Account ID to filter settlement on

header Parameters
Authorization
string

OAuth bearer token (see authentication flows)

x-l2f-request-id
string

Optional Unique ID per request, useful for fault resolution/diagnosis and audit.

Responses
200

Success

400

Bad Request

401

Unauthorized

404

Not Found

500

Internal Error

Callbacks
postTest Summary
get/v1/settlements/{id}
Response samples
application/json
{
  • "data": {
    }
}
Callback payload samples
POST: Test Summary
application/json
{
  • "id": "string",
  • "customer_type": "INDIVIDUAL",
  • "status": "ACTIVE",
  • "first_name": "string",
  • "middle_name": "string",
  • "last_name": "string",
  • "email_address": "string",
  • "mailing_address": {
    },
  • "telephone_number": "string",
  • "tax_reference_number": "string",
  • "passport_number": "string",
  • "nationality": "string",
  • "date_of_birth": "2019-08-24",
  • "us_residency_status": "US_CITIZEN",
  • "employment_status": "EMPLOYEE",
  • "employment_description": "string",
  • "employer_name": "string",
  • "occupation": "string",
  • "investment_profile": {
    },
  • "kyc_profile": {
    }
}
© 2023 Layer2 Financial Inc. All Rights Reserved.