Accept loan application
Use case
In this example, we will review how to accept the loan application.
Use case data
API parameters with values
The application ID-1664282446
is accepted.
...applications/ID-1664282446/accept
Sample API call
To accept a loan application, call this API endpoint.
https://loan-api.sandbox.tuumplatform.com/api/v1/applications/{applicationId}/accept
Sample request
Below is an example request of the API call for accepting a loan application.
https://loan-api.sandbox.tuumplatform.com/api/v1/applications/ID-1664282446/accept
Sample response
Below you find an example response body to the API call above.
Result
The loan offer ID-1664282446
is accepted. And the Tuum system will create a loan application offer automatically.
Last updated
Was this helpful?