loan-payout-reservations
Operations addressed under /loan-payout-reservations — 2 operations.
aurax-bnpl-bff-service-dynamic-create-loan-payout-reservation
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 create-loan-payout-reservation; this entry declares none of its own.
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.
aurax-bnpl-bff-service-dynamic-create-loan-payout-reservation › Request Body
amountcustomerIdloanProductIdreservationStatusPermitted values — validated against the loan_status parameter.
| Value | Meaning |
|---|---|
1 | INAPPROVAL |
2 | APPROVED |
3 | REJECTED |
4 | PAYMENT |
5 | Finalized |
6 | CLOSED |
7 | Finalization Cancellation |
8 | Payment Cancellation |
9 | CANCELED |
10 | Saved |
11 | Waiting For Finalization |
12 | Waiting For Cancellization |
13 | LATE CANCELLED |
aurax-bnpl-bff-service-dynamic-create-loan-payout-reservation › Responses
Success. An exact, uniquely bound route registration declares the command-id envelope, so this schema is the code-backed body contract.
idIdentifier returned by the command.
aurax-bnpl-bff-service-dynamic-update-loan-payout-reservation
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 update-loan-payout-reservation; this entry declares none of its own.
Error codes this operation is known to raise
| Code | Status | Meaning |
|---|---|---|
ERR_LOAN_109 | 400 | LOAN_PAYOUT_RESERVATION_NOT_FOUND |
path Parameters
idaurax-bnpl-bff-service-dynamic-update-loan-payout-reservation › Request Body
amountcustomerIdloanProductIdreservationStatusPermitted values — validated against the loan_status parameter.
| Value | Meaning |
|---|---|
1 | INAPPROVAL |
2 | APPROVED |
3 | REJECTED |
4 | PAYMENT |
5 | Finalized |
6 | CLOSED |
7 | Finalization Cancellation |
8 | Payment Cancellation |
9 | CANCELED |
10 | Saved |
11 | Waiting For Finalization |
12 | Waiting For Cancellization |
13 | LATE CANCELLED |
aurax-bnpl-bff-service-dynamic-update-loan-payout-reservation › 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.