Create a Dispute Document Page

Create a file attached to the Dispute Document for Mangopay’s team to review. You can have as many Dispute Document Pages as there are actual pages of the document you send. In order to be able to create a document page: - The corresponding Dispute Document `Status` must be `CREATED` - The `File` must be a base64 encoded file and have a maximum size of 10MB

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.
DisputeIdstringRequired
The unique identifier of the dispute.
DisputeDocumentIdstringRequired
The unique identifier of the dispute document.

Request

This endpoint expects an object.
FilestringRequired

Format: Base64 encoded file

The encoded file of the logo to upload.

Response

Success