Payments
Challenge chargebacks
MultiSafepay can challenge chargebacks on your behalf. To do so, we need documented proof of the order.
Use this request to upload relevant files.
post/orders/{order_id}/files
Path parameters
order_idstring required
The unique identifier of the order.
Max length: 50 characters.
Request body
Example request
{
"type": "chargeback",
"base64": "VGhpcyBpcyBkdW1teSBmaWxlIGNvbnRlbnQgdGhhdCdzIGJhc2U2NCBlbmNvZGVkLg==",
"description": "Email chain of discussions with customer.",
"name": "EmailsWithCustomerX.pdf"
}Response
Request successful
Changes
No recorded changes to this endpoint across all 1 revision of this API.