incoming-fasts
Operations addressed under /incoming-fasts — 8 operations.
get-incoming-fast-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<IncomingFastDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
FromCustomerId | Guid? | yes |
PaymentPurpose | int? | yes |
TransactionType | int? | yes |
MessageType | int? | yes |
ExternalSystemCode | string | no |
QueryNumber | long? | yes |
Amount | decimal? | yes |
AuthorizedOwner | string | no |
AuthorizedAccountId | Guid? | yes |
AuthorizedIdentityNumber | string | no |
AuthorizedAddress | string | no |
AuthorizedCountryDistrict | string | no |
AuthorizedBirthPlace | string | no |
AuthorizedBirthDate | DateOnly? | yes |
AuthorizedCustomerId | Guid? | yes |
PaymentSource | string | no |
FromParticipantCode | string | no |
FromOwner | string | no |
FromAccountId | Guid? | yes |
FromIban | string | no |
FromIdentityNumber | string | no |
FromAddress | string | no |
FromPassportNumber | string | no |
FromBirthPlace | string | no |
FromBirthDate | DateOnly? | yes |
ToOwner | string | no |
ToAccountId | Guid? | yes |
ToIban | string | no |
ToIdentityNumber | string | no |
ReferenceInfo | string | no |
Description | string | no |
TransactionReference | string | no |
StatusCode | string | no |
AccountingEntryId | Guid? | yes |
CancelAccountingEntryId | Guid? | yes |
TransactionDate | DateTime? | yes |
RefundCode | string | no |
ConfirmCode | string | no |
RefundQueryNumber | long? | yes |
RefundTransactionDate | DateTime? | yes |
RefundFromParticipantCode | string | no |
ResponseCode | string | no |
OutgoingFastId | Guid? | yes |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-incoming-fast-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.
accountingEntryIdamountauthorizedAccountIdauthorizedAddressauthorizedBirthDateauthorizedBirthPlaceauthorizedCountryDistrictauthorizedCustomerIdauthorizedIdentityNumberauthorizedOwnercancelAccountingEntryIdconfirmeCodedescriptionexternalSystemCodefromAccountIdfromAddressfromBirthDatefromBirthPlacefromCustomerIdfromIbanfromIdentityNumberfromOwnerfromParticipantCodefromPassportNumberidmessageTypePermitted values — validated against the message_type parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | A01-Instant Payment | no label seeded |
2 | M01-Customer Payment | no label seeded |
3 | A09-Payment Refund | no label seeded |
4 | H31-Refund Request | no label seeded |
5 | Payment Between Participants | no label seeded |
6 | Payment from Participant to TCMB | no label seeded |
7 | General Purpose Information | no label seeded |
8 | Balance Transfer Request | no label seeded |
paymentPurposePermitted 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 |
paymentSourcequeryNumberreferenceInforefundCodePermitted values — validated against the transfer_refund_code parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Alıcı bilgileri eksik veya hatalı | no label seeded |
2 | Hesap numarası ile alıcı ismi uyumsuz | no label seeded |
3 | Hesap kapatılmış | no label seeded |
4 | Hesap numarası yanlış (örneğin, IBAN hesap numarasında hata var | no label seeded |
5 | Hesap EFT aktarımına uygun değil (örneğin, döviz hesabı) | no label seeded |
6 | İade İsteği mesajına istinaden iade | no label seeded |
7 | Mesajla gelen alıcı TCKN/VKN bilgisi katılımcıda ki kayıttan farklı | no label seeded |
8 | Gönderici bilgileri eksik ya da hatalı | no label seeded |
9 | IBAN’sız ödemelerde alıcı şube kodu hatalı | no label seeded |
10 | Hesap yalnızca iade mesajıyla yapılan ödemelere açık | no label seeded |
11 | Alıcı bilgileri ve hesap numarası bankamızda mevcut değil | no label seeded |
99 | Diğer nedenler | no label seeded |
statusCodetoAccountIdtoIbantoIdentityNumbertoOwnertransactionDatetransactionReferencetransactionTypePermitted 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-incoming-fast
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_12 | 400 | TO_ACCOUNT_NOT_FOUND | To Account Not Found |
ERR_MNYTRNS_14 | 400 | TO_ACCOUNT_MUST_NOT_BE_PASSIVE | To Account Must Not Be Passive |
ERR_MNYTRNS_66 | 400 | ACOOUNT_HAS_CONSTRAINT | Your money transfer transaction for the specified amount could not be completed because your daily EFT limit has been reached. |
create-incoming-fast › 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.
complete-incoming-fast
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_19 | 400 | INCOMING_FAST_NOT_FOUND | Incoming Fast Not Found |
ERR_MNYTRNS_24 | 400 | INCOMING_FAST_NOT_ACTIVE | Incoming Fast Not Active |
ERR_MNYTRNS_25 | 400 | INCOMING_FAST_QUERY_NUMBER_NOT_FOUND | Incoming Fast Query Number Not Found |
ERR_MNYTRNS_30 | 400 | INCOMING_FAST_RESULT_NOT_FOUND | Incoming Fast Result Not Found |
ERR_MNYTRNS_33 | 400 | INCOMING_FAST_RELATED_INFO_NOT_FOUND | Incoming Fast Related Info Not Found |
ERR_MNYTRNS_34 | 400 | INCOMING_FAST_RELATED_QUERY_NUMBER_NOT_FOUND | Incoming Fast Related Query Number Not Found |
complete-incoming-fast › Request Body
fromParticipantCodequeryNumberresultresultCodetoParticipantCodetransactionDateaccountingEntryIdcomplete-incoming-fast › 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.
complete-refund-incoming-fast
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_23 | 400 | INCOMING_FAST_REFUND_QUERY_NUMBER_NOT_FOUND | Incoming Fast Refund Query Number Not Found |
ERR_MNYTRNS_46 | 400 | INCOMING_FAST_REFUND_RELATED_INFO_NOT_FOUND | Incoming fast refund related information not found. |
ERR_MNYTRNS_47 | 400 | INCOMING_FAST_REFUND_RELATED_QUERY_NUMBER_NOT_FOUND | Incoming fast refund related query number not found. |
ERR_MNYTRNS_49 | 400 | INCOMING_FAST_REFUND_NOT_FOUND | Incoming fast refund not found. |
ERR_MNYTRNS_51 | 400 | INCOMING_FAST_REFUND_RESULT_NOT_FOUND | Incoming fast refund result not found. |
ERR_MNYTRNS_52 | 400 | INCOMING_FAST_REFUND_NOT_ACTIVE | Incoming fast refund not active. |
complete-refund-incoming-fast › Request Body
fromParticipantCodequeryNumberresultresultCodetoParticipantCodetransactionDateaccountingEntryIdcomplete-refund-incoming-fast › 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.
refund-incoming-fast
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 RefundFastResponseDto.
| Field | Declared type | Nullable |
|---|---|---|
ConfirmCode | int | no |
ConfirmCodeDetail | int | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_MNYTRNS_23 | 400 | INCOMING_FAST_REFUND_QUERY_NUMBER_NOT_FOUND | Incoming Fast Refund Query Number Not Found |
ERR_MNYTRNS_46 | 400 | INCOMING_FAST_REFUND_RELATED_INFO_NOT_FOUND | Incoming fast refund related information not found. |
ERR_MNYTRNS_47 | 400 | INCOMING_FAST_REFUND_RELATED_QUERY_NUMBER_NOT_FOUND | Incoming fast refund related query number not found. |
ERR_MNYTRNS_48 | 400 | INCOMING_FAST_REFUND_REFUND_CODE_NOT_FOUND | Incoming fast refund refund code not found. |
refund-incoming-fast › Request Body
amountdescriptionfromParticipantCodequeryNumberrefundCodePermitted values — validated against the transfer_refund_code parameter. The service rejects any other value.
| Value | Token | Labels |
|---|---|---|
1 | Alıcı bilgileri eksik veya hatalı | no label seeded |
2 | Hesap numarası ile alıcı ismi uyumsuz | no label seeded |
3 | Hesap kapatılmış | no label seeded |
4 | Hesap numarası yanlış (örneğin, IBAN hesap numarasında hata var | no label seeded |
5 | Hesap EFT aktarımına uygun değil (örneğin, döviz hesabı) | no label seeded |
6 | İade İsteği mesajına istinaden iade | no label seeded |
7 | Mesajla gelen alıcı TCKN/VKN bilgisi katılımcıda ki kayıttan farklı | no label seeded |
8 | Gönderici bilgileri eksik ya da hatalı | no label seeded |
9 | IBAN’sız ödemelerde alıcı şube kodu hatalı | no label seeded |
10 | Hesap yalnızca iade mesajıyla yapılan ödemelere açık | no label seeded |
11 | Alıcı bilgileri ve hesap numarası bankamızda mevcut değil | no label seeded |
99 | Diğer nedenler | no label seeded |
transactionDatetransactionReferencerefund-incoming-fast › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
get-incoming-fast-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 IncomingFastDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
FromCustomerId | Guid? | yes |
PaymentPurpose | int? | yes |
TransactionType | int? | yes |
MessageType | int? | yes |
ExternalSystemCode | string | no |
QueryNumber | long? | yes |
Amount | decimal? | yes |
AuthorizedOwner | string | no |
AuthorizedAccountId | Guid? | yes |
AuthorizedIdentityNumber | string | no |
AuthorizedAddress | string | no |
AuthorizedCountryDistrict | string | no |
AuthorizedBirthPlace | string | no |
AuthorizedBirthDate | DateOnly? | yes |
AuthorizedCustomerId | Guid? | yes |
PaymentSource | string | no |
FromParticipantCode | string | no |
FromOwner | string | no |
FromAccountId | Guid? | yes |
FromIban | string | no |
FromIdentityNumber | string | no |
FromAddress | string | no |
FromPassportNumber | string | no |
FromBirthPlace | string | no |
FromBirthDate | DateOnly? | yes |
ToOwner | string | no |
ToAccountId | Guid? | yes |
ToIban | string | no |
ToIdentityNumber | string | no |
ReferenceInfo | string | no |
Description | string | no |
TransactionReference | string | no |
StatusCode | string | no |
AccountingEntryId | Guid? | yes |
CancelAccountingEntryId | Guid? | yes |
TransactionDate | DateTime? | yes |
RefundCode | string | no |
ConfirmCode | string | no |
RefundQueryNumber | long? | yes |
RefundTransactionDate | DateTime? | yes |
RefundFromParticipantCode | string | no |
ResponseCode | string | no |
OutgoingFastId | Guid? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_MNYTRNS_19 | 400 | INCOMING_FAST_NOT_FOUND | Incoming Fast Not Found |
path Parameters
idget-incoming-fast-by-id › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
update-incoming-fast
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_19 | 400 | INCOMING_FAST_NOT_FOUND | Incoming Fast Not Found |
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
update-incoming-fast › 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-incoming-fast
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_19 | 400 | INCOMING_FAST_NOT_FOUND | Incoming Fast Not Found |
path Parameters
idPresent in the route template but not declared as a Route-bound field in the catalog.
delete-incoming-fast › 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.