settlement-files
Operations addressed under /settlement-files — 4 operations.
get-clearing-settlement-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<ClearingSettlementDto>.
| Field | Declared type | Nullable |
|---|---|---|
ClearingResult | int | no |
SettlementFileId | Guid | no |
TransactionNo | string | no |
CardToken | string | no |
MaskedCardNumber | string | no |
TransactionDatetime | DateTime | no |
TransactionAmount | decimal | no |
TransactionTypeCode | string | no |
CustomerId | Guid? | yes |
MccCode | string | no |
RrnCode | string | no |
TransactionSubTypeCode | string | no |
CurrencyId | int? | yes |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-clearing-settlement-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.
cardTokenclearingResultcurrencyIdcustomerIdidmaskedCardNumbermccCoderrnCodesettlementFileIdtransactionAmounttransactionDatetimetransactionNotransactionSubTypeCodetransactionTypeCodeget-prepaid-transaction-settlement-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<PrepaidTransactionDto>.
| Field | Declared type | Nullable |
|---|---|---|
SettlementResult | int | no |
SettlementFileId | Guid | no |
TransactionNo | string | no |
CardToken | string | no |
MaskedCardNumber | string | no |
TransactionDatetime | DateTime | no |
TransactionAmount | decimal | no |
TransactionTypeCode | string | no |
CustomerId | Guid? | yes |
MerchantNumber | string | no |
MccCode | string | no |
RrnCode | string | no |
TransactionSubTypeCode | string | no |
CurrencyId | int? | yes |
Member names are the service's declaration names.
query Parameters
orderByorderSortpageIndexpageSizeget-prepaid-transaction-settlement-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.
cardTokencurrencyIdcustomerIdidmaskedCardNumbermccCodemerchantNumberrrnCodesettlementFileIdsettlementResulttransactionAmounttransactionDatetimetransactionNotransactionSubTypeCodetransactionTypeCodeupdate-clearing-settlement-clearing-result-status
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 |
|---|---|---|
ERR_LOAN_RECON_3 | 400 | SETTLEMENT_TRANSACTION_NOT_FOUND |
ERR_LOAN_RECON_5 | 400 | CLEARING_SETTLEMENT_NOT_FOUND |
path Parameters
idclearingSettlementIdupdate-clearing-settlement-clearing-result-status › Request Body
clearingResultStatusupdate-clearing-settlement-clearing-result-status › 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.
update-prepaid-transaction-settlement-result-status
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 |
|---|---|---|
ERR_LOAN_RECON_3 | 400 | SETTLEMENT_TRANSACTION_NOT_FOUND |
ERR_LOAN_RECON_4 | 400 | SETTLEMENT_PREPAID_TRANSACTION_NOT_FOUND |
path Parameters
idprepaidTransactionSettlementIdupdate-prepaid-transaction-settlement-result-status › Request Body
settlementResultStatusupdate-prepaid-transaction-settlement-result-status › 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.