admin管理员组

文章数量:1289528

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.

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.

Share Improve this question edited Feb 20 at 4:47 Basheer Jarrah 3863 silver badges10 bronze badges asked Feb 20 at 3:52 csucoderleecsucoderlee 12 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

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.

本文标签: i can not get paypal 7 day free trial subscription transaction dataStack Overflow