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.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Attributes to create a ledger account

A ledger account is a dedicated account managed by our Mono Ledger system.

string
enum
required

The currency associated with the account balance.

string
required
^[A-Za-z]{2,7}_[\w-]{22}$

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
^[A-Za-z]{2,7}_[\w-]{22}$

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
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json