Missing some transactions in List transactions for subscription API

ShailaRajan
Contributor
Contributor

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?

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.