🚀 Card Payment is live! Learn more
curl --request PATCH \
--url https://nini.monieswitch.com/branch/store \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data null
{
"status": true,
"message": "Store successfully updated.",
"data": {
"id": "3d06119f-1a61-49a4-8be9-e0e7917a9340",
"mode": "SANDBOX",
"name": "Somulu Market",
"website": "www.somolu.market2.com",
"address": "No 12, Somolu market",
"phoneNumber": "2348123928344",
"merchantId": "bb80715c-dcbc-460c-a8e4-203b63b03fce",
"walletId": "849c0188-d645-46b6-ac2c-8840a9d4b08b",
"createdAt": "2024-12-24T01:06:54.052Z",
"updatedAt": "2024-12-24T01:15:47.692Z",
"deletedAt": null
}
}
curl --request PATCH \
--url https://nini.monieswitch.com/branch/store \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data null
{
"status": true,
"message": "Store successfully updated.",
"data": {
"id": "3d06119f-1a61-49a4-8be9-e0e7917a9340",
"mode": "SANDBOX",
"name": "Somulu Market",
"website": "www.somolu.market2.com",
"address": "No 12, Somolu market",
"phoneNumber": "2348123928344",
"merchantId": "bb80715c-dcbc-460c-a8e4-203b63b03fce",
"walletId": "849c0188-d645-46b6-ac2c-8840a9d4b08b",
"createdAt": "2024-12-24T01:06:54.052Z",
"updatedAt": "2024-12-24T01:15:47.692Z",
"deletedAt": null
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Update Store - Successful
The response is of type object
.