csucoderlee
csucoderlee

Reputation: 1

i can not get paypal 7 day free trial subscription transaction data?

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

Answers (1)

Preston PHX
Preston PHX

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

Related Questions