Aurax BNPL BFF Service
string · requiredstring · uuid · required
accrual-transactions
Operations addressed under /accrual-transactions — 1 operation.
aurax-bnpl-bff-get-accrual-transaction-by-loan-id
GET
https://dg-sandbox.dgpays.com/aurax-bnpl-bff-service
/accrual-transactions/by-loan-id/{loanId}
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 AccrualTransactionDto.
| Field | Declared type | Nullable |
|---|---|---|
AccrualType | int? | yes |
AccrualProductId | Guid? | yes |
ProductTransactionId | Guid? | yes |
TransactionOrganizationCode | string | no |
TransactionDate | DateOnly? | yes |
MaturityBeginDate | DateOnly? | yes |
MaturityEndDate | DateOnly? | yes |
YearlyProfitRate | decimal? | yes |
IsActive | bool? | yes |
TransactionProductLedgerCode | string | no |
CustomerAccountId | Guid? | yes |
Xirr | decimal | no |
EffectiveProfitRate | decimal | no |
EarlyPaymentDiscountRate | decimal | no |
CashFlows | List<AccrualCashFlowDto> (collection) | no |
Member names are the service's declaration names.
path Parameters
loanIdPresent in the route template but not declared as a Route-bound field in the catalog.
query Parameters
loanIdaurax-bnpl-bff-get-accrual-transaction-by-loan-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.
No data returned