GuidesAPI ReferenceDiscussions
Log In
API Reference

Accept an offer and enable borrower communications

Signals that a borrower has selected and accepted a loan offer. This endpoint is used
for applications created via the Public API where borrower communications are initially
paused.

When called, this endpoint:

  • Sets the offer_selected flag to true on the application
  • Records the selected product
  • Sends the welcome email to the borrower
  • Enables all future borrower communications (stipulation emails, etc.)
  • Optionally closes any linked/competing applications

Note: This endpoint only applies to Public API-created applications. Applications
created through the Thrive UI have communications enabled by default.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
uuid
required

Unique identifier for the loan application

uuid
required

Unique identifier of the product the borrower selected

linked_application_uids
array of uuids

Optional array of application UIDs to close. Use this when the borrower
had multiple competing applications and selected one offer - the others
will be moved to Closed status.

linked_application_uids
Headers
string
required

Client ID for authentication

string
required

Client secret for authentication

string

Unique identifier for the merchant; only used if the merchant is associated with the client ID and secret in a group.

Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json