account-cash-transactions
Operations addressed under /account-cash-transactions — 3 operations.
cancel-money-transfer
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_65 | 400 | ACCOUNT_CASH_TRANSACTION_MUST_NOT_BE_NULL | accountingEntryId is not be empty |
ERR_ACCNT_77 | 400 | ACCOUNTING_ENTRY_ID_MUST_NOT_BE_EMPTY | Accounting Entry must not be empty. |
ERR_ACCNT_78 | 400 | CANCEL_ACCOUNTING_ENTRY_ID_MUST_NOT_BE_EMPTY | Cancel Accounting Entry must not be empty. |
cancel-money-transfer › Request Body
accountingEntryIdcancelAccountingEntryIdcancelReasoncancel-money-transfer › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
cash-deposit
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route returns AuraCommandDto<Guid>, which is the response body itself and not a wrapper around one: the framework declares it as a class with a single property, Id, of type Guid. A caller gets a JSON OBJECT with one field, not a bare value. The field is id on the wire.
| Field | Name on the wire | Declared type | Nullable |
|---|---|---|---|
Id | id | Guid | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_103 | 400 | CASH_MUST_NOT_BE_PASSIVE | Cash definition must not be passive. |
ERR_ACCNT_18 | 400 | CURRENCY_ID_NOT_FOUND | Currency not found. |
ERR_ACCNT_21 | 400 | ACCOUNT_CUSTOMER_MUST_NOT_BE_PASSIVE | Account is passive. |
ERR_ACCNT_88 | 400 | FROM_AND_TO_ACCOUNT_IDS_MUST_BE_DIFFERENT | Sender and recipient accounts cannot be the same. |
cash-deposit › Request Body
accountingEntryIdamountcurrencyNumberdescriptionfromAccountIdoperationTypePermitted values — validated against the operation_type parameter.
| Value | Meaning |
|---|---|
1 | Residential Rent Payment |
2 | Workplace Rent Payment |
3 | Other Rent Payment |
4 | E-Commerce Payment |
5 | Salary Payment |
6 | Individual Payment |
7 | Investment |
8 | Financial |
9 | Education Payment |
10 | Membership Fee Payment |
11 | Other |
toAccountIdcash-deposit › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
cash-withdrawal
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route returns AuraCommandDto<Guid>, which is the response body itself and not a wrapper around one: the framework declares it as a class with a single property, Id, of type Guid. A caller gets a JSON OBJECT with one field, not a bare value. The field is id on the wire.
| Field | Name on the wire | Declared type | Nullable |
|---|---|---|---|
Id | id | Guid | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_103 | 400 | CASH_MUST_NOT_BE_PASSIVE | Cash definition must not be passive. |
ERR_ACCNT_18 | 400 | CURRENCY_ID_NOT_FOUND | Currency not found. |
ERR_ACCNT_21 | 400 | ACCOUNT_CUSTOMER_MUST_NOT_BE_PASSIVE | Account is passive. |
ERR_ACCNT_76 | 400 | FROM_ACCOUNT_ID_MUST_NOT_BE_EMPTY | From Account must not be empty. |
cash-withdrawal › Request Body
accountingEntryIdamountcurrencyNumberdescriptionfromAccountIdoperationTypePermitted values — validated against the operation_type parameter.
| Value | Meaning |
|---|---|
1 | Residential Rent Payment |
2 | Workplace Rent Payment |
3 | Other Rent Payment |
4 | E-Commerce Payment |
5 | Salary Payment |
6 | Individual Payment |
7 | Investment |
8 | Financial |
9 | Education Payment |
10 | Membership Fee Payment |
11 | Other |
toAccountIdcash-withdrawal › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.