Create Payment Object

Creates a Payment Object containing the information of the payment to be made. When the Payment Object has been created it will be pushed to the ZTLment dashboard for approval by your finance team.

Idempotency keys are required to be globally unique, and should be generated as UUIDs or similar. The smallest unit of the currency (e.g., cents for EUR, øre for DKK) is used for all currencies associated with the account.

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

Amount of the payment

string
required

Currency of the payment

payer
object
required

Payer Object

payee
object
required

Payee Object

string

Description of the payment

metadata
object

Additional metadata for the payment

config
object

Configurations for the payment model

string

Memo for the transaction which will be visible for the recipient

string

Reference id for the payment

int32

The chain parent of the payment object

Headers
string
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

400

Invalid request parameters

404

Not Found

500

Internal server error

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