Reputation: 1
In the PayPal console, there are logs for free trial transactions, but is it not possible to retrieve them via the API?
I use:
/subscription/{subscription_id}/list_transactions
to get transactions.
I want to retrieve free trial transactions.
Upvotes: 0
Views: 34
Reputation: 30432
It is not possible. Keep your own records of trials and subscriptions.
Set up a webhook listener for the events BILLING.SUBSCRIPTION.CREATED and PAYMENT.SALE.COMPLETED.
Upvotes: 0