- Merchant_Rate_Sheet_Make_Changes
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
Initiate_Micro_Deposits
Verify_Micro_Deposits
Merchant_Rate_Sheet_List
Merchant_User_Creation
Merchant_User_Update
Batch_Merchant_User_Creation
Merchant_User_Retrieve
Merchant_Rate_Sheet_Make_...
Security
basicAuth
External Partner user ID of an existing user set up at Momnt who is initiating the change to the rate sheet. This user must be an active merchant admin user for the merchant the update is being requested for.
An array of products that should be updated and the is_active value they should be updated to. See subsequent fields.
- Mock serverhttps://momnt-api-docs.redocly.app/_mock/docs/openapi/sponsor_merchant_v1/api/v1/sponsor/merchants/rate-sheets/
curl -i -X PATCH \
-u '<username>:<password>' \
https://momnt-api-docs.redocly.app/_mock/docs/openapi/sponsor_merchant_v1/api/v1/sponsor/merchants/rate-sheets/ \
-H 'Content-Type: application/json' \
-d '{
"request_user_id": "string",
"rate_sheet_merchant_product_price_ids": [
{
"rate_sheet_merchant_product_price_id": 0,
"is_active": true,
"merchant_selected": true
}
],
"external_org_id": "string"
}'External Partner user ID of an existing user set up at Momnt who is initiating the change to the rate sheet. This user must be an active merchant admin user for the merchant the update is being requested for.
An array of products that should be updated and the is_active value they should be updated to. See subsequent fields.
Response
{ "request_user_id": "string", "rate_sheet_merchant_product_price_ids": [ { … } ], "external_org_id": "string" }