saved-transactions
Operations addressed under /saved-transactions — 5 operations.
create-saved-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 | Message |
|---|---|---|---|
ERR_MNYTRNS_13 | 400 | FROM_ACCOUNT_MUST_NOT_BE_PASSIVE | From Account Must Not Be Passive |
ERR_MNYTRNS_65 | 400 | BANK_CODE_NOT_FOUND | Your money transfer transaction for the specified amount could not be completed because your daily transfer limit has been reached. |
ERR_MNYTRNS_67 | 400 | NAME_ALREADY_EXISTS | The saved transaction already exists. |
ERR_MNYTRNS_78 | 400 | CUSTOMER_NUMBER_NOT_MATCHED | not published in this snapshot |
create-saved-transaction › Request Body
amountdescriptionfromAccountIdfromCustomerIdnamepaymentPurposePermitted values — validated against the payment_purpose parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Residential Rent Payment | en: Residential Rent Payment · tr: Konut Kirası Ödemesi · ar: دفع إيجار السكن |
2 | Workplace Rent Payment | en: Workplace Rent Payment · tr: İş Yeri Kirası Ödemesi · ar: دفع إيجار مكان العمل |
3 | Other Rent Payment | en: Other Rent Payment · tr: Diğer Kira Ödemesi · ar: دفعة إيجار أخرى |
4 | E-Commerce Payment | en: E-Commerce Payment · tr: E-Ticaret Ödemesi · ar: الدفع عبر التجارة الإلكترونية |
5 | Salary Payment | en: Salary Payment · tr: Maaş Ödemesi · ar: دفع الراتب |
6 | Corporate Payment | en: Individual Payment · tr: Bireysel Ödeme · ar: الدفع الفردي |
7 | Individual Payment | en: Investment · tr: Yatırım · ar: استثمار |
8 | Investment | en: Financial · tr: Finansal · ar: مالي |
9 | Financial | en: Education Payment · tr: Eğitim Ödemesi · ar: دفع التعليم |
10 | Education Payment | en: Membership Fee Payment · tr: Aidat Ödemesi · ar: دفع رسوم العضوية |
11 | Membership Fee Payment | en: Other · tr: Diğer · ar: آخر |
99 | Others | no label seeded |
toAccountIdtoCustomerIdtoIbantoOwnertransactionTypePermitted values — validated against the transaction_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | QR | no label seeded |
2 | FAST | no label seeded |
3 | KOLAS | no label seeded |
4 | GOS | no label seeded |
create-saved-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.
get-saved-transaction-list-by-customer-id
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<SavedTransactionDto>.
| Field | Declared type | Nullable |
|---|---|---|
Name | string | no |
MaskedName | string | no |
TransactionType | int | no |
FromCustomerId | Guid | no |
FromAccountId | Guid | no |
ToCustomerId | Guid? | yes |
ToAccountId | Guid? | yes |
ToIban | string | no |
MaskedToIban | string | no |
ToOwner | string | no |
MaskedToOwner | string | no |
Amount | decimal | no |
PaymentPurpose | int | no |
Description | string | no |
BankCode | string | no |
BankName | string | no |
FromEasyAddress | bool? | yes |
EasyAddressType | int? | yes |
EasyAddressTypeValue | string | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_MNYTRNS_61 | 400 | SAVED_TRANSACTION_NOT_FOUND | Saved Transaction Not Found |
ERR_MNYTRNS_77 | 400 | FORMULA_COULD_NOT_FOUND | not published in this snapshot |
path Parameters
customerIdquery Parameters
orderByorderSortpageIndexpageSizesearchget-saved-transaction-list-by-customer-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
get-saved-transaction-by-id
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 SavedTransactionDto.
| Field | Declared type | Nullable |
|---|---|---|
Name | string | no |
MaskedName | string | no |
TransactionType | int | no |
FromCustomerId | Guid | no |
FromAccountId | Guid | no |
ToCustomerId | Guid? | yes |
ToAccountId | Guid? | yes |
ToIban | string | no |
MaskedToIban | string | no |
ToOwner | string | no |
MaskedToOwner | string | no |
Amount | decimal | no |
PaymentPurpose | int | no |
Description | string | no |
BankCode | string | no |
BankName | string | no |
FromEasyAddress | bool? | yes |
EasyAddressType | int? | yes |
EasyAddressTypeValue | string | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_MNYTRNS_61 | 400 | SAVED_TRANSACTION_NOT_FOUND | Saved Transaction Not Found |
path Parameters
idget-saved-transaction-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
update-saved-transaction
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_MNYTRNS_13 | 400 | FROM_ACCOUNT_MUST_NOT_BE_PASSIVE | From Account Must Not Be Passive |
ERR_MNYTRNS_61 | 400 | SAVED_TRANSACTION_NOT_FOUND | Saved Transaction Not Found |
ERR_MNYTRNS_65 | 400 | BANK_CODE_NOT_FOUND | Your money transfer transaction for the specified amount could not be completed because your daily transfer limit has been reached. |
ERR_MNYTRNS_67 | 400 | NAME_ALREADY_EXISTS | The saved transaction already exists. |
ERR_MNYTRNS_78 | 400 | CUSTOMER_NUMBER_NOT_MATCHED | not published in this snapshot |
path Parameters
idupdate-saved-transaction › Request Body
amountdescriptionfromAccountIdfromCustomerIdnamepaymentPurposePermitted values — validated against the payment_purpose parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Residential Rent Payment | en: Residential Rent Payment · tr: Konut Kirası Ödemesi · ar: دفع إيجار السكن |
2 | Workplace Rent Payment | en: Workplace Rent Payment · tr: İş Yeri Kirası Ödemesi · ar: دفع إيجار مكان العمل |
3 | Other Rent Payment | en: Other Rent Payment · tr: Diğer Kira Ödemesi · ar: دفعة إيجار أخرى |
4 | E-Commerce Payment | en: E-Commerce Payment · tr: E-Ticaret Ödemesi · ar: الدفع عبر التجارة الإلكترونية |
5 | Salary Payment | en: Salary Payment · tr: Maaş Ödemesi · ar: دفع الراتب |
6 | Corporate Payment | en: Individual Payment · tr: Bireysel Ödeme · ar: الدفع الفردي |
7 | Individual Payment | en: Investment · tr: Yatırım · ar: استثمار |
8 | Investment | en: Financial · tr: Finansal · ar: مالي |
9 | Financial | en: Education Payment · tr: Eğitim Ödemesi · ar: دفع التعليم |
10 | Education Payment | en: Membership Fee Payment · tr: Aidat Ödemesi · ar: دفع رسوم العضوية |
11 | Membership Fee Payment | en: Other · tr: Diğer · ar: آخر |
99 | Others | no label seeded |
toAccountIdtoCustomerIdtoIbantoOwnertransactionTypePermitted values — validated against the transaction_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | QR | no label seeded |
2 | FAST | no label seeded |
3 | KOLAS | no label seeded |
4 | GOS | no label seeded |
update-saved-transaction › 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.
delete-saved-transaction
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_MNYTRNS_61 | 400 | SAVED_TRANSACTION_NOT_FOUND | Saved Transaction Not Found |
path Parameters
iddelete-saved-transaction › 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.