- Merchant_Pre_Onboarding
The merchant’s first step is to request an invitation to apply. The merchant provides the sponsor with required business and contact information, which the sponsor then submits to Momnt for storage and initial account creation. The response from this endpoint allows the sponsor to store Momnt’s merchant-specific identifiers for future use.
After a successful request, Momnt sends the new merchant an email invitation to complete their application using Momnt’s merchant onboarding user interface (UI). Please ensure the address submitted is a valid, mailable address. Momnt uses Smarty Streets (smarty.com) as the address verification provider.
Notes for Testing:
- After a successful POST, a merchant account will be created along with the first merchant admin user.
- If you wish to test again, you must change the
users_business_email,user_id, andcontractor_idvalues so they are unique for each request.
Error Responses:
- 400:
User Already Exists - 400:
Merchant Already Exists - 400:
Merchant User Already Exists
Format as: +15552223333. This will be used to verify merchant’s email via one-time password (OTP) text message.
Your system user ID associated to this specific merchant user.
This should be a physical address and not a P.O. Box.
Format as five digits (ex. 10456). Verified zip codes with four-digit extension can be sent (ex. 10456-1234)
External Sponsor assigned identifier for this specific merchant (contractor).
- Mock serverhttps://momnt-api-docs.redocly.app/_mock/docs/openapi/sponsor_merchant_v1/api/v1/sponsor/merchants/onboarding/
curl -i -X POST \
-u '<username>:<password>' \
https://momnt-api-docs.redocly.app/_mock/docs/openapi/sponsor_merchant_v1/api/v1/sponsor/merchants/onboarding/ \
-H 'Content-Type: application/json' \
-d '{
"first_name": "string",
"middle_name": "string",
"last_name": "string",
"user_business_email": "user@example.com",
"mobile_phone": "string",
"user_id": "string",
"business_name": "string",
"business_address_1": "string",
"business_address_2": "string",
"business_phone": "string",
"state": "st",
"city": "string",
"zip_code": "string",
"contractor_id": "string",
"sponsor_callback_url": "http://example.com",
"sponsor_redirect_url": "http://example.com"
}'{ "artis_merchant_user_id": "53b13f48-6fe4-4e59-aa3a-101a72b5bda7", "artis_merchant_id": "f0a02135-75ee-4a7a-ae57-6db084e81d55", "invitation_link": "http://example.com" }