Add split configuration to store

PATCH {{baseUrl}}/merchants/:merchantId/stores/:storeId

Updates the store identified in the path. You can only update some store parameters. To make this request, your API credential must have the following role: * Management API—Stores read and write

Request Body

{"splitConfiguration"=>{"balanceAccountId"=>"BA3227C223222H5HQ2XX77VVH", "splitConfigurationId"=>"SCNF4224P22322585HPCX384JV6JGX"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"id":"YOUR_STORE_ID","address":{"country":"US","line1":"1776 West Pinewood Avenue","line2":"Heartland Building","line3":"","city":"Springfield","stateOrProvince":"NY","postalCode":"20251"},"description":"City centre store","merchantId":"YOUR_MERCHANT_ACCOUNT_ID","shopperStatement":"Springfield Shop","phoneNumber":"+1813702551707653","reference":"Spring_store_2","splitConfiguration":{"balanceAccountId":"BA3227C223222H5HQ2XX77VVH","splitConfigurationId":"SCNF4224P22322585HPCX384JV6JGX"},"status":"active","_links":{"self":{"href":"https://management-test.adyen.com/v1/stores/YOUR_STORE_ID"}}}