A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
As I can see over here: Upload evidence
Theres a new endpoint in the unstable version that enable us to send it via the API
I've made the auto chargeback using the test card code 4000000000000259
Im working with the unstable version of the REST API in postman, trying to submit evidence for the chargeback id 9052586146 and i get an error: { "errors": "Not Found" }
In curl as well:
curl -X PUT "https://<my-store>.myshopify.com/admin/api/unstable/shopify_payments/disputes/<chargebacknumber>/dispute_evidences.json?dispute_evidence%5Brefund_refusal_explanation%5D=Product+must+have+receipt+of+proof+of+purchase" \
-H "X-Shopify-Access-Token: <my-token>"
response:
{"errors":"Not Found"}