Create a new counterparty for the purpose of pulling funds into the platform or pushing out
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. |
x-l2f-idempotency-id | string Unique ID used to safely retry an operation. See idempotency section for more details. |
Success
Bad Request
Unauthorized
Not Found
Internal Error
{- "customer_id": "string",
- "description": "string",
- "counterparty_type": "FIAT_US",
- "supported_rails": [
- "ACH"
], - "profile": {
- "profile_type": "INDIVIDUAL",
- "name": "string",
- "email": "string",
- "telephone_number": "string",
- "tax_reference_number": "string",
- "date_of_birth": "2019-08-24",
- "address": {
- "unit_number": "string",
- "address_line1": "string",
- "address_line2": "string",
- "address_line3": "string",
- "city": "string",
- "state": "string",
- "postal_code": "string",
- "country_code": "string"
}, - "line_of_business": "ARTS_AND_ANTIQUES",
- "relationship_to_customer": "SPOUSE"
}, - "account_information": {
- "asset_type_id": "string",
- "account_number": "string",
- "type": "CHECKING",
- "routing_number": "string",
- "swift_bic": "string",
- "institution_name": "string",
- "institution_address": {
- "unit_number": "string",
- "address_line1": "string",
- "address_line2": "string",
- "address_line3": "string",
- "city": "string",
- "state": "string",
- "postal_code": "string",
- "country_code": "string"
}
}, - "intermediary_information": {
- "intermediary_type": "FIAT_US",
- "institution_name": "string",
- "institution_address": {
- "unit_number": "string",
- "address_line1": "string",
- "address_line2": "string",
- "address_line3": "string",
- "city": "string",
- "state": "string",
- "postal_code": "string",
- "country_code": "string"
}
}
}
{- "data": {
- "id": "string"
}
}