customer-virtual-transactions
Operations addressed under /customer-virtual-transactions — 2 operations.
get-customer-virtual-transaction-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<CustomerVirtualTransactionDto>.
| Field | Declared type | Nullable |
|---|---|---|
TransactionStatus | int | no |
TransactionNo | string | no |
ReceiverVirtualIban | string | no |
TransactionDatetime | DateTime | no |
TransactionBankCode | string | no |
Amount | decimal? | yes |
Description | string | no |
CustomerId | Guid? | yes |
AccountingEntryId | Guid? | yes |
LastProcessingDate | DateTime? | yes |
CurrencyId | int? | yes |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-customer-virtual-transaction-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
accountingEntryIdamountcurrencyIdcustomerIddescriptionidlastProcessingDatereceiverVirtualIbantransactionBankCodetransactionDatetimetransactionNotransactionStatusPermitted values — validated against the transaction_status parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | NotProcessed | en: NotProcessed · tr: işlenmedi · ar: غير معالج |
2 | CustomerNotMatched | en: CustomerNotMatched · tr: müşteri eşleşmedi · ar: العميل غير مطابق |
3 | TransferredToTemporaryAccount | en: TransferredToTemporaryAccount · tr: geçici hesaba aktarıldı · ar: نُقل إلى الحساب المؤقت |
4 | PaymentCompleted | en: PaymentCompleted · tr: ödeme tamamlandı · ar: اكتملت الدفعة |
5 | TemporaryAccountNotFound | ar: حساب مؤقت غير موجود |
6 | NotTransferredToTemporaryAccount | ar: غير منقول إلى الحساب المؤقت |
create-customer-virtual-transaction
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 |
|---|---|---|
ERR_LOAN_RECON_1 | 400 | TRANSACTION_FOUND |
create-customer-virtual-transaction › Request Body
amountcurrencyIddescriptionlastProcessingDatereceiverVirtualIbantransactionBankCodetransactionDatetimetransactionNotransactionStatusPermitted values — validated against the transaction_status parameter.
| Value | Meaning |
|---|---|
1 | NotProcessed |
2 | CustomerNotMatched |
3 | TransferredToTemporaryAccount |
4 | PaymentCompleted |
5 | TemporaryAccountNotFound |
6 | NotTransferredToTemporaryAccount |
Permitted values — validated against the transaction_status parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | NotProcessed | en: NotProcessed · tr: işlenmedi · ar: غير معالج |
2 | CustomerNotMatched | en: CustomerNotMatched · tr: müşteri eşleşmedi · ar: العميل غير مطابق |
3 | TransferredToTemporaryAccount | en: TransferredToTemporaryAccount · tr: geçici hesaba aktarıldı · ar: نُقل إلى الحساب المؤقت |
4 | PaymentCompleted | en: PaymentCompleted · tr: ödeme tamamlandı · ar: اكتملت الدفعة |
5 | TemporaryAccountNotFound | ar: حساب مؤقت غير موجود |
6 | NotTransferredToTemporaryAccount | ar: غير منقول إلى الحساب المؤقت |
accountingEntryIdcustomerIdcreate-customer-virtual-transaction › Responses
Success. An exact, uniquely bound route registration declares the command-id envelope, so this schema is the code-backed body contract.
idIdentifier returned by the command.