Missing some transactions in List transactions for subscription API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Team,
I have run below API.
API : https://api.paypal.com/v1/billing/subscriptions/I-LCW3G9GU1VER
It gives me below output.
{
"status": "ACTIVE",
"status_update_time": "2022-08-26T11:14:29Z",
"id": "I-LCW3G9GU1VER",
"billing_info": {
"cycle_executions": [
{
"tenure_type": "REGULAR",
"sequence": 1,
"cycles_completed": 10,
"cycles_remaining": 0,
"total_cycles": 0
}
]
}
}
Here cycles_completed is 10. So, total 10 transaction should have done.
Then I have run below API.
API : https://api.paypal.com/v1/billing/subscriptions/I-VGN7J2DJ2V2J/transactions?start_time=1990-08-01T00...
But it shows me only 6 transactions. Which is wrong.
Because I can get the same details from the dashboard but not from the API result.
I want all 10 transaction details from the API.
I am not getting below transactions.
63U34840VK265363E
1WW57082PW7831747
0LP32297U42781326
3RV476660E774850R
Can you please help me with this?

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- Issue linking bank account in PayPal Upgrade Community
- Payments Refunded Automatically After Successful Transactions - PayPal Business Account Issue in REST APIs
- Paypal create transaction with QR - API in REST APIs
- Transactions according to unique APIs in SDKs
- Unable to issue a refund from our business sandbox account in Sandbox Environment