I have regular payments in Paypal for my site using the REST API. For a one-time payment, I know how to display transaction data by providing values ββfor item_list (as in https://developer.paypal.com/docs/api/ ). However, I donβt know what values ββwe need to provide so that the recurring payment profile appears on the verification page. Currently, the only information displayed is a description of the signing agreement.


How to add subscription information such as recurring payment amount, initial payment amount, etc. to the checkout page? Thanks a million!
source share