v1

latestOpenAPI 3.1.0Payrails GmbH2026-07-2614905.7 MB
Accounts

Create an account

Create an account.

post/ledger/accounts

Request body

descriptionstring required

Description of the Account.

typestring required

Type of the Account in Payrails.

holderIdstring uuid required

Unique identifier of the Holder in Payrails.

Response

Created.

idstring uuid required

Unique identifier of the Account in Payrails.

createdAtstring date-time

Exact date and time when the Account was created in Payrails.

descriptionstring

Description of the Account.

typestring required

Type of the Account in Payrails.

holderIdstring required

Unique identifier of the Holder in Payrails.

holderReferencestring

Merchant-specific identifier of the Holder in the merchant's system.

Example response

{
  "balance": {
    "value": "12.50",
    "currency": "EUR"
  }
}