Create an accounting account

Endpoint to create an accounting account

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

There are are three types of accounting accounts. Each one of them expects a diferent payload:

  - BANK_ACCOUNT: expects IBAN and SWIFT code.

  - CREDIT_CARD: expects credit card number and expire date.

  - CASH_REGISTER: expects no additional fields.
string
enum
required

Type of the accounting account: bank account, credit card or cash register

Allowed:
string
required
length between 3 and 255

Name given by the user to be able to identify the account

string

IBAN of the accounting account in case it has the bank account type

string

SWIFT code of the accounting account in case it has the bank account type

string

Last 4 digits of a credit card number of the accounting account in case it has the credit card type

string

Expiration date of the credit card in case it has the credit card type

Responses

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