in-banks
Operations addressed under /in-banks — 8 operations.
get-in-bank-transfer-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<InBankTransferDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
FromAccountId | Guid? | yes |
ToAccountId | Guid? | yes |
Amount | decimal? | yes |
CurrencyNumber | string | no |
PaymentPurpose | int? | yes |
AccountingEntryId | Guid? | yes |
CashTransactionType | int? | yes |
Description | string | no |
CreatedDate | DateTime | no |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-in-bank-transfer-list › Responses
Success. An exact, uniquely bound route registration classifies this response as a collection.
create-inbank
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.
create-inbank › Request Body
accountingEntryIdamountcancelAccountingEntryIdcancelReasoncashTransactionTypePermitted values — validated against the cash_transaction_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | ToOwnAccount | no label seeded |
2 | ToOtherAccount | no label seeded |
channelIdcurrencyIddescriptionfromAccountIdpaymentPurposePermitted 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 |
processDatestatusPermitted values — validated against the status parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
0 | Pending | no label seeded |
1 | Done | no label seeded |
2 | Cancel | no label seeded |
3 | Write | no label seeded |
toAccountIdcreate-inbank › 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.
cancel-in-bank-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_MNYTRNS_10 | 400 | CANCEL_ACCOUNTING_ENTRY_ID_MUST_NOT_BE_EMPTY | Cancel Accounting Entry Id Must Not Be Empty |
ERR_MNYTRNS_64 | 400 | ID_MUST_NOT_BE_EMPTY | Your money transfer transaction for the specified amount could not be completed because your daily fast limit has been reached. |
ERR_MNYTRNS_7 | 400 | ACCOUNT_CASH_TRANSACTION_MUST_NOT_BE_NULL | Account Cash Transaction Must Not Be Null |
cancel-in-bank-transfer › Request Body
accountingEntryIdcancelAccountingEntryIdcancelReasonidcancel-in-bank-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.
money-transfer-to-other-account
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_14 | 400 | TO_ACCOUNT_MUST_NOT_BE_PASSIVE | To Account Must Not Be Passive |
ERR_MNYTRNS_16 | 400 | TO_ACCOUNT_ID_MUST_NOT_BE_EMPTY | To Account Id Must Not Be Empty |
ERR_MNYTRNS_17 | 400 | FROM_ACCOUNT_ID_MUST_NOT_BE_EMPTY | From Account Id Must Not Be Empty |
ERR_MNYTRNS_18 | 400 | CURRENCY_ID_NOT_FOUND | Currency Id Not Found |
ERR_MNYTRNS_6 | 400 | TRANSACTION_TYPE_MUST_BE_OTHER_ACCOUNT_TRANSFER | Transaction Type Must Be Other Account Transfer |
money-transfer-to-other-account › Request Body
accountingEntryIdamountcashTransactionTypePermitted values — validated against the cash_transaction_type parameter.
| Value | Meaning |
|---|---|
1 | ToOwnAccount |
2 | ToOtherAccount |
Permitted values — validated against the cash_transaction_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | ToOwnAccount | no label seeded |
2 | ToOtherAccount | no label seeded |
currencyNumberfromAccountIdpaymentPurposePermitted values — validated against the payment_purpose 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 |
99 | Others |
Permitted 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 |
toAccountIddescriptionmoney-transfer-to-other-account › 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.
money-transfer-to-own-account
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_14 | 400 | TO_ACCOUNT_MUST_NOT_BE_PASSIVE | To Account Must Not Be Passive |
ERR_MNYTRNS_16 | 400 | TO_ACCOUNT_ID_MUST_NOT_BE_EMPTY | To Account Id Must Not Be Empty |
ERR_MNYTRNS_17 | 400 | FROM_ACCOUNT_ID_MUST_NOT_BE_EMPTY | From Account Id Must Not Be Empty |
ERR_MNYTRNS_18 | 400 | CURRENCY_ID_NOT_FOUND | Currency Id Not Found |
ERR_MNYTRNS_5 | 400 | TRANSACTION_TYPE_MUST_BE_OWN_ACCOUNT_TRANSFER | Transaction Type Must Be Own Account Transfer |
money-transfer-to-own-account › Request Body
accountingEntryIdamountcashTransactionTypePermitted values — validated against the cash_transaction_type parameter.
| Value | Meaning |
|---|---|
1 | ToOwnAccount |
2 | ToOtherAccount |
Permitted values — validated against the cash_transaction_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | ToOwnAccount | no label seeded |
2 | ToOtherAccount | no label seeded |
currencyNumberfromAccountIdpaymentPurposePermitted values — validated against the payment_purpose 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 |
99 | Others |
Permitted 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 |
toAccountIddescriptionmoney-transfer-to-own-account › 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.
get-inbank-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 InbankDto.
| Field | Declared type | Nullable |
|---|---|---|
CashTransactionType | int? | yes |
PaymentPurpose | int? | yes |
FromAccountId | Guid? | yes |
ToAccountId | Guid? | yes |
Amount | decimal? | yes |
CurrencyId | int? | yes |
AccountingEntryId | Guid? | yes |
Description | string | no |
CancelReason | string | no |
Blockingid | string | no |
ToIban | string | no |
ToAccountNumber | string | no |
ToAccountLedgerCode | string | no |
ToOrganizationCode | string | no |
CancelAccountingEntryId | Guid? | yes |
Status | int? | yes |
ProcessDate | DateTime? | yes |
ChannelId | Guid? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_MNYTRNS_32 | 400 | IN_BANK_NOT_FOUND | In Bank Not Found |
path Parameters
idget-inbank-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
update-inbank
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_32 | 400 | IN_BANK_NOT_FOUND | In Bank Not Found |
path Parameters
idupdate-inbank › Request Body
accountingEntryIdamountcancelAccountingEntryIdcancelReasoncashTransactionTypePermitted values — validated against the cash_transaction_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | ToOwnAccount | no label seeded |
2 | ToOtherAccount | no label seeded |
channelIdcurrencyIddescriptionfromAccountIdpaymentPurposePermitted 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 |
processDatestatusPermitted values — validated against the status parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
0 | Pending | no label seeded |
1 | Done | no label seeded |
2 | Cancel | no label seeded |
3 | Write | no label seeded |
toAccountIdupdate-inbank › 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-inbank
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_32 | 400 | IN_BANK_NOT_FOUND | In Bank Not Found |
path Parameters
iddelete-inbank › 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.