Skip to main content
Version: 2019-05-29 (Current)

Retrieve a linked account

Retrieve details of a specific linked account including verification status, capabilities, and account information.


Request Parametersโ€‹

Required - 1 fieldRequired Parameters
โ–ผ
`id`STRING(required)
Linked Account ID (e.g., lacct_test_...). Provided in the URL path.
Example:"lacct_test_5xuy4w91xqz7d1w9u0t"

Responsesโ€‹

200

Successful transaction

Linked account retrieved successfully. Returns complete linked account object with all attributes.

Returned linked account attributes:
  • id - Linked account identifier
  • object - Always "linked_account"
  • livemode - Whether this is a live or test account
  • status - Account status (pending, verified, suspended, rejected)
  • type - Account type (individual, business)
  • name - Account holder or business name
  • email - Contact email address
  • capabilities - Enabled capabilities (card_payments, transfers, refunds)
  • metadata - Custom metadata
  • created_at - Account creation timestamp

400

Bad request

Request validation failed. Check the error message for details.

Common causes:
  • Malformed linked account ID format
  • Invalid request parameters

401

Unauthorized

Authentication failed. Invalid or missing API key.

Common causes:
  • Missing Authorization header
  • Invalid secret key
  • Using public key instead of secret key
  • Incorrect HTTP Basic Auth format

404

Not found

Linked account not found.

Common causes:
  • Invalid linked account ID
  • Linked account does not belong to your platform
  • Linked account has been disconnected
  • Mixing test and live mode IDs

5xx

Server error

Server-side error occurred. These are rare but should be handled gracefully.

How to handle:

Code samplesโ€‹

curl https://api.omise.co/linked_accounts/lacct_test_5xuy4w91xqz7d1w9u0t \
-u skey_test_5xuy4w91xqz7d1w9u0t:

๐Ÿ”‘API Credentials

Try it outโ€‹

Required - 1 fields
โ–ผ
Your IP: ...Loading...