Update Merchant

Various actions for updating a merchant such as updating the bank account used for payouts.

SecurityMarketplace Api Key | Merchant Secret Token | Pay By Link Token | Admin JWT | Merchant JWT | Marketplace JWT
Request
path Parameters
merchantId
required
string
Request Body schema: application/json
required
One of:
required
object (AddMerchantBankAccount1)

Add a new bank account associated with this merchant. The newly added account will automatically be set as the primary bank account where payouts are deposited into.

Responses
200
400
401
403
404
405
406
409
422
429
500
503
patch/merchants/{merchantId}
Request samples
application/json
{
  • "AddMerchantBankAccount": {
    }
}
Response samples
application/json
{
  • "ServiceProviderMerchant": {
    }
}
Copyright © April Solutions 2023. All right reserved.