How can I call the coustom dipute API to provide evidence

epeanGod
Contributor
Contributor

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

Login to Me Too
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.