#josula_api

1 messages ¡ Page 1 of 1 (latest)

rustic wrenBOT
#

👋 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/1374761386701357076

📝 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.

kindred prawn
#

I don't know what Billie or Mondu are

#

I can help with Stripe API questions

boreal willow
#

They are payment methods in stripe

#

ok

#

well those are technically API questions

kindred prawn
#

Oh ok

#

I wasn't aware of those payment methods

boreal willow
#

they are like klarna but b2b

kindred prawn
#

Ok

#

So what kind of checkout page do you have

#

Are you using Elements

boreal willow
#

baremetal API

#

One strategy I was thinking of:

  1. Create a transaction and let the customer pay it
  2. second workflow that gets pinged after the transaction was done and issues an invoice that is marked as already paid by the transaction from 1

Does that makes sense and is it even possible?

#

Or is this complete nonesense?

#

I think my general question is: Can I generate a (paid) invoice based on an existing (paid) transaction via APIs?

kindred prawn
#

Why not create Invoice up-front and have the customer pay the invoice?

kindred prawn
#

What are you using for the checkout page

boreal willow
#

Because you cannot use Mondu or Billie to pay invoices...

kindred prawn
#

Not on the backend

boreal willow
#

stripe elements, yes sorry

kindred prawn
#

Ok

boreal willow
#

But we need to issue a (paid) invoice to the customer for legal reasons

kindred prawn
#

You can in theory create an invoice then and mark it paid out of band

boreal willow
#

a receipt is not the same

kindred prawn
#

But you won't have mondu or billie marked as the payment method

boreal willow
#

ok, is there a way I can connect it to the transactioN?

boreal willow