I’ve been building an app for a “Buy Now, Try, and Pay Later” model.
To enable this, I set the product price to 0 at checkout.
I need a way to charge customers later if they decide to keep the product after the trial.
Is there a payment authorization token we can store at checkout to facilitate this? Does Gadget offer a simpler solution, and should I store this token in the PostgreSQL database provided by Gadget?