Skip to main content
POST
Create SILOC operational deposit (LDL0022)

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Headers

X-Idempotency
string
required

Idempotency key. Required on every mutation.

X-TTL
string

Idempotency key TTL in seconds.

Body

application/json
advisoryId
string<uuid>
required

ce-id of the registered SILOC deposit-required advisory this deposit responds to. Must exist and link to the declared instruction (else 422). Receipt of the advisory authorizes no money; this authenticated command does.

Example:

"7c8b3a2e-9f1d-4a55-9b8e-1e1234567890"

amount
string
required

Deposit magnitude as an unsigned, non-zero decimal-reais string (at most two fractional digits). Forwarded verbatim into the LDL0022 VlrLanc — Lerian SPB performs NO arithmetic.

Pattern: ^([1-9][0-9]{0,16}(\.[0-9]{1,2})?|0\.(0[1-9]|[1-9][0-9]?))$
Example:

"600.10"

instructionId
string<uuid>
required

SILOC settlement-instruction UUID. Must equal the advisory's instruction (else 422).

Example:

"5f2c1b0a-7e6d-4c3b-8a19-0d9876543210"

side
enum<string>
required

Explicit money direction. An operational deposit is always DEBIT; the direction is never inferred from a sign.

Available options:
DEBIT
Example:

"DEBIT"

traceabilityId
string
required

20-character uppercase-Crockford SILOC traceability, echoed verbatim as the LDL0022 command NumCtrlIF.

Pattern: ^[0-9A-HJKMNP-TV-Z]{20}$
Example:

"EZQJMC46QP5EWE3T400A"

Response

Created

advisoryEventId
string
required
amountRaw
string
required
commandId
string
required
correlationId
string
required

Request-scoped correlation identifier echoing X-Request-ID, for pivoting from response to trace.

Example:

"req-7a3f9c2e"

movementDate
string
required
numCtrlIF
string
required
outboundNuOp
string
required
Pattern: ^[0-9A-Z]{8}[0-9]{15}$
product
string
required
side
string
required
status
string
required