v2
latestOpenAPI 3.1.02026-07-262279731.3 MBdisputeDocuments
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
post/v2.01/{ClientId}/disputes/{DisputeId}/documents/{DisputeDocumentId}/pages
Path parameters
ClientIdstring required
Platform's API account identifier, associated with the API key.
DisputeIdstring required
The unique identifier of the dispute.
DisputeDocumentIdstring required
The unique identifier of the dispute document.
Headers
Authorizationstring required
Bearer authentication of the form Bearer <token>, where token is your auth token.
If your platform is using a proxy to take SCA-triggering action on behalf of users, you also need to integrate mTLS authentication and use the api-mtls base URL.
Request body
Response
Success
DisputeDocumentsCreateDisputeDocumentPageResponse200 required
Empty response body