- Consumer Application Invitation
Consumer_Account_Cancel
Consumer_Account_Credit_Line_Increase
Consumer_All_Transaction_Activity
Available_Consumer_Transactions
Consumer_Invitation_List
Refundable_Transactions
Consumer_Charge_Settled
Merchant_Consumer_Applications_List
Consumer_Information_Details
Consumer_Payment_Portal_Account_Email_Request
Consumer_Payment_Request_Create
Consumer Payment Request Approve
Consumer_Payment_Request_List
Consumer_Refund_Request
Consumer_Transactions_List
Consumer Application Invi...
For a merchant/contractor to issue a loan to a consumer.
The partner/sponsor must first send a POST to Momnt to initiate the consumer loan.
- Sends an invite via SMS or Email
- Only ONE of those fields is required
- Providing both will result in an error
Security
basicAuth
The identifier in the partner system for this loan application.
When consumer loan is approved or cancelled, Momnt will POST information to this fully qualified URL. This URL will be called A SECOND TIME when the loan documents are accepted by the consumer (borrower).
The requested amount of the consumer.
- Mock serverhttps://momnt-api-docs.redocly.app/_mock/docs/openapi/sponsor_consumer_v1/api/v1/sponsor/consumers/application/
curl -i -X POST \
-u '<username>:<password>' \
https://momnt-api-docs.redocly.app/_mock/docs/openapi/sponsor_consumer_v1/api/v1/sponsor/consumers/application/ \
-H 'Content-Type: application/json' \
-d '{
"request_user_id": "string",
"application_id": "string",
"customer_email": "user@example.com",
"customer_phone": "string",
"sponsor_callback_url": "http://example.com",
"consumer_first_name": "string",
"consumer_middle_name": "string",
"consumer_last_name": "string",
"consumer_address_1": "string",
"consumer_address_2": "string",
"consumer_city": "string",
"consumer_state": "st",
"consumer_zip_code": "string",
"consumer_requested_amount": "string",
"offer_code": "string",
"external_org_id": "string"
}'Response
{ "artis_consumer_invitation_id": "c3d8769a-ce49-4f8d-86fb-9e13006f3d08", "contractor_id": "string", "request_user_invitation_id": "string", "offer_code": "string", "consumer_invitation_link": "http://example.com", "consumer_requested_amount": 0 }