I can't see payments made from the HubSpot Stripe Payment Processing application via API Stripe

I cannot see the payments made from the Hubspot Stripe Payment Processing application via API Stripe, but I can see them from the web panel.

Previously, we had connected Hubspot and Stripe to make payments for budgets generated in Hubspot and everything worked correctly, but since the Stripe application for Hubspot was updated to Stripe Payment Processing, we can no longer see these payments. Why is this happening?

I’ve already fixed it, the Hubspot Stripe Payment Processing app doesn’t create a checkoutSession like the previous app did, it directly creates a PaymentIntent, that’s why there was no data when doing curl -G https://api.stripe.com/v1/checkout/sessions -u “API secret” -d payment_intent=pi_…