curl --location --request POST '/v1/core/postings' \
--header 'X-Request-Id;' \
--header 'Idempotency-Key;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_ref": "cli_001",
"uetr": "7b2d2a2e-6b37-4d74-8c1f-8a1a7b9b0a21",
"value_date": "2025-09-07",
"entries": [
{
"account_id": "acc_sender",
"direction": "debit",
"amount": {
"currency": "BBD",
"value": "25.00"
}
},
{
"account_id": "acc_receiver",
"direction": "credit",
"amount": {
"currency": "BBD",
"value": "25.00"
}
}
]
}'{
"id": "string",
"client_ref": "string",
"uetr": "string",
"value_date": "2019-08-24",
"booking_date": "2019-08-24T14:15:22.123Z",
"state": "posted",
"entries": [
{
"account_id": "string",
"direction": "debit",
"amount": {
"currency": "BBD",
"value": "50.00"
},
"purpose_code": "string",
"remittance_info": "string"
}
],
"narration": "string"
}