List transactions for subscription
documentedList transactions associated with a subscription.
GET /v1/billing/subscriptions/{subscription_id}/transactionsSubscriptionsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api-m.paypal.com/v1/billing/subscriptions/{{$subscription_id}}/transactions?start_time={{$start_time}}&end_time={{$end_time}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json"