Documents in a specific dispute is now downloadable.

This function is firstly introduced in this slack thread.

https://paypal.slack.com/archives/C50K5KYCW/p1633949894097000

In SMT tool, there are two points we need to do.


Usage

Use dispute Api to obtain message from a certain dispute pic04

And then use a GET request to acquire documents. pic

Whether the dispute is created after or before the scope configuration, documents can all be correctly downloaded after config is set up.


If any error comes out, you can refer to this JIRA.

https://engineering.paypalcorp.com/jira/browse/PPPLPAYPT-111698

One possible reason is that you have to wait for refreshment of access token.To get effect you need to wait 9 hours or terminate the existing access token.

you can terminate the existing access token:

https://stackoverflow.com/a/60853246/2069605