#bear-invoice-quickbooks

1 messages · Page 1 of 1 (latest)

knotty adderBOT
hushed minnow
#

but for ongoing sync this would need to be something QB offers in some way to get data from your account (with your permission)

pale wind
#

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

knotty adderBOT
nova hinge
#

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.

pale wind
#

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?

nova hinge
#

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

pale wind
#

yes i understand, im asking if you have a swagger i can copy and paste to use your api for create a invoice.

nova hinge
#

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

pale wind
#

oh ok do you have any openapi file maybe?