Skip to content

Selected_Consumer_Offer

Request

Overview

  • This API enables external vendors to identify the product offer selected by a consumer and returns the necessary information to guide the consumer through completing their Momnt application and accepting the loan terms.

  • offer_uuid is the UUID of the selected offer, as provided in the Soft Pull response.

Security
basicAuth
Path
offer_uuidstring, (uuid)required
Body
request_user_idstring, <= 255 characters

The ID of the user in the partner system making the application soft pull request.

external_application_idstring, <= 255 characters

The unique identifier in the partner system for this loan application.

curl -i -X PATCH \
  -u '<username>:<password>' \
  'https://momnt-api-docs.redocly.app/_mock/docs/openapi/sponsor_consumer_v1/api/v1/sponsor/consumers/offers/{offer_uuid}/select/' \
  -H 'Content-Type: application/json' \
  -d '{
    "request_user_id": "string",
    "external_application_id": "string"
  }'

Responses

Bodyapplication/json
Response
{ "consumer_invitation_link": "http://example.com" }

Callbacks

Consumer Application Callback (POST)OverviewAfter
post