Skip to main content
POST
Execute transaction

Headers

Idempotency-Key
string
required

Client-provided idempotency key. UUID v4 suggested, max 255 characters.

Maximum string length: 255
Pattern: \S

Body

application/json

Request to execute a transaction with one or more postings

referenceId
string
required

Reference identifier linking transaction to its origin. For payment-originated transactions, this contains the payment identification. Used to trace transactions back to their source system.

Pattern: \S
Example:

"PAY-123456"

postings
object[]
required

List of postings (debits and credits) that make up the transaction

Required array length: 1 - 100 elements
referenceSource
enum<string>
default:CLIENT

Source system for the reference identifier

Available options:
CLIENT,
PLAIS
Example:

"CLIENT"

Response

Transaction execution request accepted

Response for accepted asynchronous requests

correlationId
string

Correlation identifier for tracking the request through events

Example:

"550e8400-e29b-41d4-a716-446655440000"

Last modified on March 31, 2026