function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Raj2019ssRaj2019ss 

Fetch Xero Payments

Hi all,
I'm trying to fetch Xero Payments using set of payment ids. But I'm getting all payments instead of getting particular payments.
thisRequest.setEndpoint('https://api.xero.com/api.xro/2.0/Payments?ids='+paymentIds);
in the paymenIds i'm having 2 for example.

If you have any idea pls suggest me in the correct way.

Thanks!