Create payment order

Creates a new payment order record with the specified amount and bank account.

Payment orders track money that needs to be transferred to external parties, such as
landlords. New payment orders are typically created in the 'pending' status and must
go through an approval workflow before being processed.

When creating a payment order, you must specify the amount and the bank account that will receive
the payment. The bank account determines the recipient profile (landlord, tenant, or supplier)
and the system will automatically set the appropriate counterparty type based on the profile.

You can provide the amount either directly in cents (amount_in_cents) or as a decimal
number (amount) which will be converted to cents.

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

Payment amount in cents (alternative to amount)

string
enum

Payment status

Allowed:
string
enum

Type of order

Allowed:
date

When the payment should be processed

string
required

ID of the bank account receiving the payment

Responses

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