How can I call the coustom dipute API to provide evidence
epeanGod
Contributor
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
Dec-28-2018
09:55 PM
look at https://developer.paypal.com/docs/api/customer-disputes/v1/#disputes-actions_provide-evidence ; It tells me send param as {"evidences":[{"evidence_type ":"PROOF_OF_FULFILLMENT","documents":[{"size":104215,"name":"logistic.png"}],"evidence_info":{"tracking_info":[{"carrier_name_other":"S.F. Express","tracking_number":"XXXXXXXX","carrier_name":"OTHER"}]},"notes ":""}]}; But,the example show that we should send param as { "evidence_type": "PROOF_OF_FULFILLMENT", "evidence_info": { "tracking_info": [ { "carrier_name": "FEDEX", "tracking_number": "122533485" } ] }, "notes": "Test" };type=application/json' which is correct
0 REPLIES 0

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
Related Content
- disputes provide evidence api 415 UNSUPPORTED_MEDIA_TYPE in Sandbox Environment
- IPN suddenly not reaching my postback URL in PayPal Reporting
- Provide Evidence API Not Working in REST APIs
- Provide Evidence API in REST APIs
- Paypal Customer Dispute API - Provide Evidence always returns MISSING_OR_INVALID_REQUEST_BODY in REST APIs