Creates a ledger account

Creates a ledger account associated to a third-party account holder.

Considerations:

  1. You could previusly check the accepted currency codes in the endpoint /v1/ledger/tenant/config.
  2. The third-party account holder must be active.
Body Params

Attributes to create a ledger account

string
enum
required

The currency associated with the account balance.

string
required

Identifier of the third-party account holder.

metadata
object | null

A tenant-managed flat map for providing additional data about the account. The values are stored and displayed as strings, and the provided information will be returned as-is in the account details.

string | null

Name of the account, which is used to describe the account's purpose better.

string | null

Program identifier. If the value is empty, the account is associated with the tenant default program.

Headers
uuid

Idempotency key in UUID format

Responses

Callback
Language
Credentials
Bearer
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json