v1

latestOpenAPI 3.1.02026-07-24170121.2 MB

Update Merchant's Profile

patch/v1/accountbranding

Headers

Acceptstring required

Indicates which content types, expressed as MIME types, the client is able to understand.

Content-Typestring required

Indicates the media type of the resource sent in the HTTP message body. <br /><br /><b>Possible Values:</b><br /> application/json<br />application/x-www-form-urlencoded

Request body

cs_phone_numberstring
is_address_optional'0' | '1'
logo_urlstring
success_urlstring
failure_urlstring
statement_descriptorstring

Response

200

Example response

{
  "data": {
    "object": "AccountBranding",
    "id": "WR6JdEwJRgwrgPxy",
    "created_at": 1589882507,
    "updated_at": 1729668774,
    "success_url": "https://payarc-images.s3.amazonaws.com/branding/97n2GVN240N406ZR/2021-11-16%2015%3A56%3A11_logo2.jpg",
    "statement_descriptor": "Payarc Ecomm Desc 2",
    "logo_url": "https://payarc-images.s3.amazonaws.com/branding/97n2GVN240N406ZR/2024-05-14%2014%3A32%3A26_payarc_logo.jpg",
    "cs_phone_number": "1231231235"
  }
}