#kyleruban
1 messages · Page 1 of 1 (latest)
I am using this link to try and retrieve a Customers paymentmethodID but I am getting errors in .net is this prompt not correct?
Can you show me what your code looks like? It's being blocked by the helper boxes
Ah, I think that code is wrong - try this instead: https://stripe.com/docs/api/payment_methods/list?lang=dotnet
(move the Customer ID into options)
Yeah I'll flag internally to get it fixed
Thanks brotha
Is there a template that I can look at that will allow me to create a payment for a customer with passing in their CustomerID and their PaymentMethodID?
And does this require having the PaymentElement filled out?
@winter shadow
What do you mean by a "template"?
A link that shows code
We do touch on this briefly in our docs here (https://stripe.com/docs/payments/save-and-reuse?platform=web#charge-saved-payment-method) but not sure if that's what you're looking for
I want to make a payment with just a button on my UI. With this payment I will send in CustomerID and PaymentMethodID. I dont wnat the paymentelement to pop up on my screen I just want to send a customer id nd paymentmethodid and make the payment that way