Upload a Client 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

Authentication

AuthorizationBearer
Bearer authentication of the form `Bearer <token>`, where token is your auth token. If your platform is using a [proxy](/guides/sca/proxy-management) to take SCA-triggering action on behalf of users, you also need to integrate [mTLS authentication](/guides/sca/platform) and use the `api-mtls` base URL.

Path parameters

ClientIdstringRequired
Platform's API account identifier, associated with the API key.

Request

This endpoint expects an object.
FilestringRequired

Format: Base64 encoded file

The encoded file of the logo to upload.

Response

Success