Aurax BFF Service
stringstringinteger · int32integer · int32 integer · int64
account-cash-transactions
Operations addressed under /account-cash-transactions — 3 operations.
aurax-bff-service-dynamic-get-money-transfer-list
GET
https://dg-sandbox.dgpays.com/aurax-bff-service
/account-cash-transactions
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-money-transfer-list; this entry declares none of its own.
Response body, read from the service source
The route declares its response as IEnumerable<MoneyTransferDto>.
| Field | Declared type | Nullable |
|---|---|---|
FromAccountId | Guid? | yes |
ToAccountId | Guid? | yes |
Amount | decimal? | yes |
CurrencyNumber | string | no |
OperationType | int? | yes |
AccountingEntryId | Guid? | yes |
CashTransactionType | int? | yes |
Description | string | no |
CreatedDate | DateTime | no |
Member names are the service's declaration names.
query Parameters
object
orderByorderSortpageIndexpageSizeaurax-bff-service-dynamic-get-money-transfer-list › Responses
Success. Returns a page of records: the collection under data, with total carrying the unpaged count.
Paged response envelope observed on the BFF response path.
object[] · required
Response records carried by this page.
totalTotal matching records, ignoring paging.