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

The accept endpoint triggers the Tuum system and creates the loan application offer automatically.

Sample API call

To accept a loan application, call this API endpoint.

https://loan-api.sandbox.tuumplatform.com/api/v1/applications/{applicationId}/accept

See more information about the accept loan application endpoint in the Tuum developer portal.

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.

Response
{
    "errors": null,
    "validationErrors": null,
    "data": null
}

Result

The loan offer ID-1664282446 is accepted. And the Tuum system will create a loan application offer automatically.

To verify if the loan application offer was created, use the find loan application offers endpoint.

Last updated

Was this helpful?