[Answer]-PayPal Rest API – List transactions from a billing agreement

1👍

✅

This is Avi from PayPal. There were changes in the api recently, and getting the transactions endpoint changed from /transaction to /transactions. We released a new version of the sdk to reflect these changes. Updating the sdk should resolve these issues.

0👍

Please check the url
New url is of type

https://{URL}/v1/payments/billing-agreements/{Agreement-Id}/transactions?start_date=
{yyyy-mm-dd}&end_date={yyyy-mm-dd}

Path params are start_date & end_date

Thanks

Leave a comment