accounts
Operations addressed under /accounts — 8 operations.
aurax-bff-redirect-get-account-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<AccountDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CustomerId | Guid | no |
AccountName | string | no |
ProductName | string | no |
AccountNumber | string | no |
OrganizationId | Guid? | yes |
AccountProductId | Guid | no |
AccountProductType | int? | yes |
LedgerCode | string | no |
CurrencyNumber | string | no |
CurrencyCode | string | no |
Iban | string | no |
OpenedDate | DateOnly? | yes |
ClosedDate | DateTime? | yes |
ClosedReason | int? | yes |
ClosedDescription | string | no |
IsActive | bool | no |
PassbookNumber | string | no |
IsPassbookRejected | bool? | yes |
OrganizationParentId | Guid? | yes |
OrganizationCode | string | no |
OrganizationName | string | no |
OrganizationAttributes | Dictionary<string, string[]> | no |
Citizenid | string | no |
CitizenidType | int | no |
FullName | string | no |
CustomerType | int | no |
ProductValueStartDay | int? | yes |
ProductValueDay | int? | yes |
ProductValueDateCutOffTime | TimeOnly? | yes |
IsDigital | bool? | yes |
IsSalary | bool? | yes |
IsDirectMoneyOutflow | bool | no |
AccountQardHassanLimit | AccountQardHassanLimitDto | no |
AccountDetails | List<AccountDetailDto> (collection) | no |
Constraints | List<AccountConstraintDetailDto> (collection) | no |
Member names are the service's declaration names.
aurax-bff-redirect-get-account-list › 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.
aurax-bff-dynamic-get-calculate-available-balance-by-account-number
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target get-calculate-available-balance-by-account-number; this entry declares none of its own.
Response body, read from the service source
The route declares its response as AvailableBalanceDto.
| Field | Declared type | Nullable |
|---|---|---|
AccountId | Guid | no |
AccountNumber | string | no |
AvailableBalance | decimal? | yes |
Balance | decimal? | yes |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_16 | 400 | ACCOUNT_MUST_BE_NOT_NULL | Account not found. |
path Parameters
accountNumberaurax-bff-dynamic-get-calculate-available-balance-by-account-number › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
accountIdaccountNumberavailableBalancebalanceaurax-bff-redirect-get-account-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<AccountDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CustomerId | Guid | no |
AccountName | string | no |
ProductName | string | no |
AccountNumber | string | no |
OrganizationId | Guid? | yes |
AccountProductId | Guid | no |
AccountProductType | int? | yes |
LedgerCode | string | no |
CurrencyNumber | string | no |
CurrencyCode | string | no |
Iban | string | no |
OpenedDate | DateOnly? | yes |
ClosedDate | DateTime? | yes |
ClosedReason | int? | yes |
ClosedDescription | string | no |
IsActive | bool | no |
PassbookNumber | string | no |
IsPassbookRejected | bool? | yes |
OrganizationParentId | Guid? | yes |
OrganizationCode | string | no |
OrganizationName | string | no |
OrganizationAttributes | Dictionary<string, string[]> | no |
Citizenid | string | no |
CitizenidType | int | no |
FullName | string | no |
CustomerType | int | no |
ProductValueStartDay | int? | yes |
ProductValueDay | int? | yes |
ProductValueDateCutOffTime | TimeOnly? | yes |
IsDigital | bool? | yes |
IsSalary | bool? | yes |
IsDirectMoneyOutflow | bool | no |
AccountQardHassanLimit | AccountQardHassanLimitDto | no |
AccountDetails | List<AccountDetailDto> (collection) | no |
Constraints | List<AccountConstraintDetailDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_16 | 400 | ACCOUNT_MUST_BE_NOT_NULL | Account not found. |
path Parameters
customerIdPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-get-account-by-customer-id › 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.
aurax-bff-redirect-get-account-by-customer-id-and-product-type
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<AccountDto>.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CustomerId | Guid | no |
AccountName | string | no |
ProductName | string | no |
AccountNumber | string | no |
OrganizationId | Guid? | yes |
AccountProductId | Guid | no |
AccountProductType | int? | yes |
LedgerCode | string | no |
CurrencyNumber | string | no |
CurrencyCode | string | no |
Iban | string | no |
OpenedDate | DateOnly? | yes |
ClosedDate | DateTime? | yes |
ClosedReason | int? | yes |
ClosedDescription | string | no |
IsActive | bool | no |
PassbookNumber | string | no |
IsPassbookRejected | bool? | yes |
OrganizationParentId | Guid? | yes |
OrganizationCode | string | no |
OrganizationName | string | no |
OrganizationAttributes | Dictionary<string, string[]> | no |
Citizenid | string | no |
CitizenidType | int | no |
FullName | string | no |
CustomerType | int | no |
ProductValueStartDay | int? | yes |
ProductValueDay | int? | yes |
ProductValueDateCutOffTime | TimeOnly? | yes |
IsDigital | bool? | yes |
IsSalary | bool? | yes |
IsDirectMoneyOutflow | bool | no |
AccountQardHassanLimit | AccountQardHassanLimitDto | no |
AccountDetails | List<AccountDetailDto> (collection) | no |
Constraints | List<AccountConstraintDetailDto> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning | Message |
|---|---|---|---|
ERR_ACCNT_16 | 400 | ACCOUNT_MUST_BE_NOT_NULL | Account not found. |
path Parameters
customerIdPresent in the route template but not declared as a Route-bound field in the catalog.
accountProductTypePresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-get-account-by-customer-id-and-product-type › 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.
aurax-bff-redirect-get-account-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 AccountDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
CustomerId | Guid | no |
AccountName | string | no |
ProductName | string | no |
AccountNumber | string | no |
OrganizationId | Guid? | yes |
AccountProductId | Guid | no |
AccountProductType | int? | yes |
LedgerCode | string | no |
CurrencyNumber | string | no |
CurrencyCode | string | no |
Iban | string | no |
OpenedDate | DateOnly? | yes |
ClosedDate | DateOnly? | yes |
ClosedReason | int? | yes |
ClosedDescription | string | no |
IsActive | bool | no |
PassbookNumber | string | no |
IsPassbookRejected | bool? | yes |
OrganizationParentId | Guid? | yes |
OrganizationCode | string | no |
OrganizationName | string | no |
OrganizationAttributes | Dictionary<string, string[]> | no |
Citizenid | string | no |
CitizenidType | int | no |
FullName | string | no |
CustomerType | int | no |
IsDigital | bool? | yes |
AccountQardHassanLimit | AccountQardHassanLimitDto | no |
AccountDetails | List<AccountDetailDto> (collection) | no |
ConsentItemIds | List<Guid> (collection) | no |
Member names are the service's declaration names.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_ACCNT_16 | 400 | ACCOUNT_MUST_BE_NOT_NULL |
path Parameters
accountIdPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-get-account-by-id › 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.
aurax-bff-redirect-customer-account-edit-ui-bpm
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
accountIdPresent in the route template but not declared as a Route-bound field in the catalog.
aurax-bff-redirect-customer-account-edit-ui-bpm › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT.
aurax-bff-redirect-get-account-blocked-balance
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Request and response fields are declared on the routing target get-account-blocked-balance; this entry declares none of its own.
Response body, read from the service source
The route declares its response as AccountBlockedBalanceDto.
| Field | Declared type | Nullable |
|---|---|---|
BlockedAmount | decimal? | yes |
Member names are the service's declaration names.
path Parameters
accountIdaurax-bff-redirect-get-account-blocked-balance › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
blockedAmount