Home › Forums › Stripe Payments Plugin › asp_stripe_payment_completed data is subscription obj rather than charge obj › Reply To: asp_stripe_payment_completed data is subscription obj rather than charge obj
June 15, 2022 at 4:47 am
#4589
Admin
Keymaster
For subscription payments the charge is processed differently than one time payments. For subscriptions, that subscription object is the main object.
you can make API calls to Stripe API with the Subscription ID (example: sub_1LAY1vIypMs78IJNtxP5bPXt) and retrieve various details that is associated with that subscription.
Coding related customization is beyond the scope of this standard support forum. If you need to hire some developer time, you can contact us for a custom development job.