How to charge user to a plan, but its a one time payment

Hello bubblers,

I use stripe webhooks to trigger credits being given to a user inside my application. I have a subscription that gives you x credits per month and you can also buy individual credits yourself. If I use charge user to a plan I cannot get the id of the individual payment because (logically) it is not a plan.
Whats the best way around configuring this?

thanks so much in advance

This topic was automatically closed after 70 days. New replies are no longer allowed.