Skip to main content
PATCH
/
{shopId}
/
paymentmethods
Update shop payment method
curl --request PATCH \
  --url http://staging.qshop.ng/apiv2/{shopId}/paymentmethods/ \
  --header 'Content-Type: application/json' \
  --data '
[
  {
    "bankAccountId": "64897ee4d95086ab6c9df16a",
    "id": "616c5714bc454798c50d7add"
  },
  {
    "id": "5ee8ada78d362db318828297"
  },
  {
    "bankAccountId": "6360fd463e688d79a64be0d1",
    "id": "62253a53eb629b0f831614d1"
  },
  {
    "bankAccountId": "6360fd463e688d79a64be0d1",
    "id": "5ee79950eea46308e8f84868"
  },
  {
    "bankAccountId": "6360fb97fc984d7f72612a0b",
    "id": "625c396a7a8687194e375d07"
  }
]
'

Body

application/json
bankAccountId
string
Example:

"64897ee4d95086ab6c9df16a"

id
string
Example:

"616c5714bc454798c50d7add"

Example:
[
{
"bankAccountId": "64897ee4d95086ab6c9df16a",
"id": "616c5714bc454798c50d7add"
},
{ "id": "5ee8ada78d362db318828297" },
{
"bankAccountId": "6360fd463e688d79a64be0d1",
"id": "62253a53eb629b0f831614d1"
},
{
"bankAccountId": "6360fd463e688d79a64be0d1",
"id": "5ee79950eea46308e8f84868"
},
{
"bankAccountId": "6360fb97fc984d7f72612a0b",
"id": "625c396a7a8687194e375d07"
}
]

Response

200 - undefined