This operation is asynchronous. It is responded to by the createPostingResponse operation
Scheme | Applicable |
---|---|
ZA_EFT | ✓ |
ZA_RPP | ✓ |
ZA_RTC | ✓ |
traceparent | string (traceparent) ^[A-Fa-f0-9]{2}\-[A-Fa-f0-9]{32}\-[A-Fa-f0-9]... A value used to trace an HTTP message within an Electrum Regulated Payments implementation.
This field must be set as per the |
tracestate | string (tracestate) ^[A-Za-z0-9=, _\*/@]{0,1024}$ A value used to provide context to an HTTP message as it is traced within an Electrum Regulated
Payments implementation. This field must be set as per the |
Accepted. RFC9110 - 202
Bad request. RFC9110 - 400
Unauthorized. RFC9110 - 401
Forbidden. RFC9110 - 403
Method not allowed. RFC9110 - 405
Unprocessable content. RFC9110 - 422
Too Many Requests. RFC6585 - 429
Internal server error. RFC9110 - 500
Service unavailable. RFC9110 - 503
{- "schema": "PostingRequest",
- "messageIdentifiers": {
- "messageIdentification": "msg-67890",
- "creationDateTime": "2025-02-01T10:00:00Z"
}, - "transactionIdentifiers": {
- "endToEndIdentification": "e2e-67890",
- "transactionIdentification": "txn-67890",
- "uetr": "123e4567-e89b-12d3-a456-426614174000"
}, - "paymentUetr": "123e4567-e89b-12d3-a456-426614174000",
- "effectiveDateTime": "2025-02-01T10:00:00Z",
- "creditorAccount": {
- "identification": {
- "schema": "GENERIC",
- "scheme": {
- "schema": "PROPRIETARY",
- "value": "AProprietaryCode456"
}, - "issuer": "Amazing Bank",
- "value": 987654123
}, - "type": {
- "schema": "CODE",
- "value": "CACC"
}
}, - "creditorAccountReference": "Creditor Ref",
- "creditorAgent": {
- "bicfi": "RY8PEGJ0",
- "memberId": "AmazingBankId",
- "name": "Amazing Bank Inc",
- "branch": {
- "identification": "210514",
- "name": "ABC Plettenberg Bay"
}
}, - "debtorAccount": {
- "identification": {
- "schema": "GENERIC",
- "scheme": {
- "schema": "PROPRIETARY",
- "value": "AProprietaryCode123"
}, - "issuer": "Amazing Bank",
- "value": 123456098
}, - "type": {
- "schema": "CODE",
- "value": "CACC"
}
}, - "debtorAccountReference": "Debtor Ref",
- "debtorAgent": {
- "bicfi": "BB8PEGJ0",
- "memberId": "AmazingBankId",
- "name": "Amazing Bank Inc",
- "branch": {
- "identification": "210514",
- "name": "ABC Cape Town"
}
}, - "amount": {
- "value": 100,
- "currency": "ZAR"
}, - "aggregatedTransactionCount": 1,
- "initiationSource": "EPC Singles",
- "paymentScheme": "ZA_EFT",
- "localInstrument": {
- "schema": "CODE",
- "value": "CTR"
}, - "paymentMethod": "CreditTransfer",
- "direction": "OUTBOUND",
- "supplementaryData": {
- "key1": "value1",
- "key2": "value2"
}
}
{- "detail": "string",
- "message": "string",
- "schema": "ErrorDetail"
}