#AsbestAfrikaan-payment-intent
1 messages · Page 1 of 1 (latest)
Hi, you can create a charge without a customer by creating a PaymentMethod (https://stripe.com/docs/api/payment_methods/create) and passing the paymentmethod ID to the PaymentIntent (https://stripe.com/docs/api/payment_intents/create#create_payment_intent-payment_method)
Note: this paymentmethod will only be able to be used once if it isn't attached to a Customer
Thanks a lot for pointing me in the right direction, however, I've been struggling a bit with the CARD_ID you'd need to fill into the intent
I've been trying to find my ID in the test area of my stripe account
But to no avail just yet
How are you tokenizing card details?
Is there a certain piece of documentation you are following?
I'm currently not following any documentation, apart from Stripe's
I'm not sure what you mean by this, sorry