Loan Reconciliation Service
number · decimal · requiredstring · requiredstring · uuid · requiredstring · requiredstring · requiredstring · requiredstring · requiredinteger · int32 · requiredboolean · requiredstring · date-time · requiredinteger · int32 · requiredstring · requiredstring · requiredstring · requiredstring · requiredstring · requiredstring · requiredstring · requiredstring · requiredstring · requiredstring · requiredstring · requiredstring · requiredstring · requiredstring · requiredstring · requiredstring · requiredstring · requiredstring · requiredstring · requiredstring · date-time · requiredstring · required string · uuid
customer-virtual-transaction-detail
Operations addressed under /customer-virtual-transaction-detail — 1 operation.
create-customer-virtual-transaction-detail
POST
https://dg-sandbox.dgpays.com/loan-reconciliation-service
/customer-virtual-transaction-detail
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 |
|---|---|---|
ERR_LOAN_RECON_1 | 400 | TRANSACTION_FOUND |
ERR_LOAN_RECON_2 | 400 | BASE_TRANSACTION_FOUND |
create-customer-virtual-transaction-detail › Request Body
amountcreditCardNumbercustomerVirtualTransactionIddescriptionerrorCodeerrorExceptionerrorMessagefecidisSuccessqueryDatetimequeryPackageidqueryTokenreceiverAccountNumberreceiverAddressreceiverFatherNamereceiverFullnamereceiverPhoneNumberreceiverTaxNumbersenderAccountNumbersenderAddresssenderBankCodesenderBirthDatesenderBirthPlacesenderBranchCodesenderCustomeridsenderFullnamesenderPassportNumbersenderPhoneNumbersenderTaxNumbertransactionCodetransactionDatetimetransactionNocreate-customer-virtual-transaction-detail › Responses
Success. An exact, uniquely bound route registration declares the command-id envelope, so this schema is the code-backed body contract.
Body shape declared by the exact route registration for the catalog's 200 response.
idIdentifier returned by the command.