cURL
curl --request POST \ --url https://api.nuvion.tech/counterparty-lookups \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data ' { "account_number": "1234567890", "issuer": { "code": "CHASE" }, "country": "US", "currency": "USD" } '
{ "message": "Account retrieved successfully", "status": 200, "data": { "id": "01HJ5G6R7MXW5ZK2QD6YA8N9F7", "account_holder_name": "John Doe", "account_number": "1234567890", "issuer": { "code": "CHASE", "name": "JPMorgan Chase Bank", "short_name": "Chase" }, "routing_number": "021000021", "account_type": "checking", "country": "US", "status": "active", "lookup_type": "bank_account", "created_at": "2025-09-12T09:15:00.000Z" } }
Validates and retrieves counterparty information for the authenticated user or entity.
Authorization header: Bearer {jwt or Secretkey}
The account number to look up
Information about the bank or financial institution
Show child attributes
The code of the financial institution
The country where the account is located
The currency of the account
Created successfully
A descriptive message indicating the result of the operation
The status of the API operation (successful, error, failed, pending)
Contains the counterparty account details
Unique identifier for the lookup or account
Name of the account holder
Account number at the financial institution
Bank or financial institution details
Unique code of the financial institution
Full name of the financial institution
Abbreviated name of the financial institution
Bank routing number
Type of bank account
Country code where the account is located
Status of the bank account
Type of lookup performed
Timestamp when the lookup was created