One time payment using stripe plugin

Hello all,

I am currently trying to develop a site where I need to sell “tokens” for using my services. This means that I will have a one-off payment system instead of a subscription type of system. I am currently using stripe’s pricing table feature for these one time purchases. The thing is though, I have no idea how to identify the certain product the user is buying, so I dont know how many credits to alot them. Is there a way to do this using original Stripe plugin?

Thank you all