#samrose-email-template
1 messages · Page 1 of 1 (latest)
Hi there! There is no template like this provided — you would need to build this yourself.
Could you give me advise on how to go about this?
Is there a specific API / code that is previously written to gather credit card information?
Sure, there are a few ways but the easiest thing to do in my opinion would be to send an email where you provide your customer a link to your webpage and from there you can redirect them to Stripe Checkout. The integration for that is here: https://stripe.com/docs/payments/save-and-reuse?platform=checkout
Thanks I have another question. Can i import a csv file of clients that would create account for them in stripe. The client data would just be Name/ Email/ Address? No credit card information.
Would these be Connected Accounts?
No they would be from a CRM system/ current client database
Ah okay so these are just Customers?
yes
Gotcha, so you can't import the CSV to directly create Customers. However you could write a script to handle calling https://stripe.com/docs/api/customers/create using that info.