#james-drawneek_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1225759836717977662
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- james_xeroapp-installlink, 2 hours ago, 13 messages
hi there!
no, not really
but you can easily create new Customer objects if needed.
๐ taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
HI Tarzan - so guest users are stuck? We lose the history etc?
I thought stripe might tie them together once a customer object is created but it didnt do anything when I created them manually
actually if you create a new customer and they use the same card you would have the payments associated with that card/guest customer show on your customer page on the dashboard
Yea it says related payments
but they would never be copied to the newly created customer
But they dont seem to get picked up when I run the sync
I'm not sure I understand
I'm using the Xero app sync plugin. When I manually migrate it only picks up the empty customer
Any idea if this will create duplicate customers or find a match if repeatedly used? https://docs.stripe.com/api/payment_links/payment_links/create#create_payment_link-customer_creation
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
We could probably live with losing previous historical payments if the above would work
I'm not sure how that plugin works
as for the payment links are you proposing one-off payments on recurring/subscriptions?
Lots of one-off payments
Basically, we're a product for plumbers/electricians etc. We've added payment links so they can charge customers or other tradies.
if you really want to use existing customers you should either use Checkout Sessions or Buy Buttons instead of PaymentLinks