#bear-invoice-quickbooks
1 messages · Page 1 of 1 (latest)
Likely you need to work with quickbooks about integration options for syncing live
We have some information about exports here: https://stripe.com/docs/reports/quickbooks
but for ongoing sync this would need to be something QB offers in some way to get data from your account (with your permission)
hmm ok, yeah because ive seen some stuff on syncing stripe to qbo... but i cant seem to find documentation on syncing the other way too. ill look at that doc real quick
because basically the issue i face rn. is i can get a checkout/payment created for the total of the invoice in stripe no issues. which matches the invoice i have in qbo... but if someone pays that it wont neccisarlly update the invoice in qbo... itlle just be a payment to us. So what im trying to figure out is how i can link a payment to a qbo invoice./ or do some type of get/post that basically syncs the payment to a qbo invoice. So when its payed in stripe it updates the qbo invoice
is this somthing you think is even possible
bear-invoice-quickbooks
@pale wind unfortunately you need to talk to Quickbooks directly for help on this. We don't know how they ingest the information from your Stripe account and they are better equipped to help you with this.
ok
Maybe im looking at this wrong... maybe you can help me with this instead... i have this swagger here that creates invoices in qbo... is there a way to mimic this same swagger with same info to create a invoice in stripe?
I'm sorry I don't really understand what that could mean and what you are trying to do. We have an API yes, you can create Invoices in Stripe yes. But this is completely separate from Quickboos. You can read https://stripe.com/docs/invoicing
yes i understand, im asking if you have a swagger i can copy and paste to use your api for create a invoice.
I have no idea sorry, I have never used swagger so you'd have to look around for some third-party solution, but we don't have anything prebuilt at least
oh ok do you have any openapi file maybe?