---
title: "Upload a Client logo"
method: PUT
path: "/v2.01/{ClientId}/clients/logo"
tags: ["Client"]
---

# Upload a Client logo

`PUT /v2.01/{ClientId}/clients/logo`

Upload your platform's logo or wordmark as a Base64-encoded file.

Your logo is used in the following hosted webpages: 
- SCA ([read more](/guides/sca/factors#customization))
- Hosted payment page ([read more](/api-reference/web-card-payins/web-card-payin-object))
- Direct debit mandate confirmation page ([read more](/guides/payment-methods/banking/direct-debit))

File recommendations: 
- **Format:** PNG or JPG
- **Orientation:** landscape
- **Size:** 240px min. height

## Path parameters

- `ClientId` string, required

## Headers

- `Authorization` string, required

## Request body

- UploadAClientLogoRequest
  - `File` string, required — Format: Base64 encoded file The encoded file of the logo to upload.

## Response `200`

Success

- ClientUploadClientLogoResponse200 — Empty response body

---

[API](https://skmtc.dev/mangopay/apis/api-reference.md) · [All operations](https://skmtc.dev/mangopay/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mangopay/api-reference/revisions/fafbd0c69654/schema)
