- Initiate_Micro_Deposits
Merchants_List
Merchant_Detail
Offer_Code_List
Offer_Code_Create
Offer_Code_Retrieve
Offer_Code_Update
Merchant_Statement_List
Merchant_Statement_Detail
Merchant_Pre_Onboarding
Add_Edit_Merchant_Payment_Details
Verify_Micro_Deposits
Merchant_Rate_Sheet_Make_Changes
Merchant_Rate_Sheet_List
Merchant_User_Creation
Merchant_User_Update
Batch_Merchant_User_Creation
Merchant_User_Retrieve
Initiate_Micro_Deposits
This endpoint will only be used after an error occurs when verifying the Micro-Deposits. Ie. The merchant exhausts their attempts for verification (More than three wrong attempts), or their Micro-Deposits expire (after 14 days). This endpoint needs to be called when the bank_account_status is VerificationFailed.
Requirements:
- Authentication information, user, and password are required for this endpoint.
- Sponsor ID will be determined by the authentication information used.
- The request_user_id should have an admin role on the account.
- No fields are required for this POST.
Security
basicAuth
- Mock serverhttps://momnt-api-docs.redocly.app/_mock/docs/openapi/sponsor_merchant_v1/api/v1/sponsor/merchants/payment-detail/initiate-micro-deposits/{request_user_id}/
curl -i -X POST \
-u '<username>:<password>' \
'https://momnt-api-docs.redocly.app/_mock/docs/openapi/sponsor_merchant_v1/api/v1/sponsor/merchants/payment-detail/initiate-micro-deposits/{request_user_id}/' \
-H 'Content-Type: application/json' \
-d '{
"external_org_id": "string"
}'Response
{ "message": "string", "merchant_account_exists": true, "bank_account_status": "string", "last_four": "stri" }