This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Generates URL to upload evidence for a dispute.
You can only call this method when authenticated as a Wix app or Wix user identity.
Transaction ID.
Dispute ID.
Wix Payments account ID.
Evidence upload URL.
Evidence upload token.
Generate evidence upload url
curl --request POST \
--url https://www.wixapis.com/payments/v3/transactions/bb4188b7-1779-44d6-961d-e3db25a6bea0/disputes/0a6f4f4a-407f-4892-836c-ad968708c679/generate-evidence-upload-url \
--header 'Authorization: <AUTH>' \
--header 'Content-Type: application/json; charset=utf-8' \
--data '{
"account_id" : "c94b4b44-4523-4826-a6ce-5fed1cc19d59"
}'
{
"uploadUrl": "https://wixmp-90ef227251107558e3a6a71f.appspot.com/_ah/upload/<upload_segment>",
"uploadToken": "<upload_token>"
}
There is 1 error with this status code.
This method may also return standard errors. Learn more about standard Wix errors.