Is it possible to generate a credit card token for a user who isn’t logged into a Bubble app so that a Relay order can be marked as paid?
From what I understand, a user must be logged in to save a credit card, and the “charge the current user” creates a charge, but the Relay endpoint needs a customer or source to mark an order as paid.
I assume Stripe’s “create a card token” endpoint isn’t a viable option, since dynamic card parameters would have to be passed through the browser.
Can anybody give any guidance here? I am trying to allow a merchant to sell via Relay, and a user to buy a product without signing up for my app.