- Consumer_Information_Details
Consumer_Account_Cancel
Consumer_Account_Credit_Line_Increase
Consumer Application Invitation
Consumer_All_Transaction_Activity
Available_Consumer_Transactions
Consumer_Invitation_List
Refundable_Transactions
Consumer_Charge_Settled
Merchant_Consumer_Applications_List
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_Information_Deta...
A sponsor/partner may wish to obtain specific information about a single consumer/borrower present in the Momnt system.
Requirements:
- Authentication information, user, and password are required for this endpoint. Sponsor ID will be determined by the authentication information used.
- request_user_id: There must be a user ID in the Momnt system for this GET request to succeed. That user must be active and should have been established in previous interactions, such as pre-onboarding or create_user.
- loan_id: Partner's ID for the Application sent in the initial POST.
Security
basicAuth
- Mock serverhttps://momnt-api-docs.redocly.app/_mock/docs/openapi/sponsor_consumer_v1/api/v1/sponsor/merchants/loan-applications/{request_user_id}/loan/{loan_id}/
curl -i -X GET \
-u '<username>:<password>' \
'https://momnt-api-docs.redocly.app/_mock/docs/openapi/sponsor_consumer_v1/api/v1/sponsor/merchants/loan-applications/{request_user_id}/loan/{loan_id}/'Response
{ "consumer_application_uuid": "string", "consumer_application_human_readable_id": "string", "email": "user@example.com", "requested_loan_amount": "string", "status": "string", "shown_offers": true, "created": "string", "user": { "first_name": "string", "middle_name": "string", "last_name": "string", "phone_number": "string", "address": { … } }, "consumer_account": { "is_valid_for_transaction": true, "transaction_status_code": 0, "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f", "product_name": "string", "current_balance": "string", "credit_limit": "string", "available_spend": "string", "max_available_transaction": "string", "merchant_fee": "string", "no_transaction_message": "string", "purchase_window_end_date": "string", "apr": "string", "term": "string" }, "decision_detail": "string" }