#erin_code

1 messages ¡ Page 1 of 1 (latest)

bitter merlinBOT
#

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

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

neat templeBOT
heavy galleon
#

hey there synthrider, thanks for helping out

warm fog
#

Hey there

heavy galleon
#

is there a way to have an invoice that is paid via a terminal reader?

#

I know how to get a PI paid, but I can't seem to create an invoice annd use it's PI to send to the reader

warm fog
#

Unfortunately not currently, invoices cannot be paid with terminal & card present cards

heavy galleon
#

so all we can do right now is send a manually created PI to the reader?

#

and there's no way to attach a reader PI to an invoice?

#

like I know I can mark an invoice as paid (out of band), but I'd love to "attache" the PI to it even after the fact?

warm fog
#

Correct -- that's not currently possible. I can share feedback that you're looking for this functionality though.

#

Where do you collect payments, geographically?

heavy galleon
#

oh ya, for sure, otherwise there's no way to link anything together

#

like if we are at a trade show and want to start a subscription and collect payment on the floor via the reader

#

how would we do that?

heavy galleon
warm fog
heavy galleon
#

kk don't go away, let me read this, one sec please

#

ok so the steps would be:

#
  1. create invoice line items
#
  1. create invoice
#
  1. create setupintent, send to reader to get payment method
#
  1. pay the invoice with the payment method from the setupintent?
warm fog
#

yep, exactly

heavy galleon
#

ok then I can set the invoice to auto-collect cuz we pass in a verified payment method

#

...and it would w/ subscriptions to, on the invoice

#

ok, next question, can an invoice have one time payments AND subscription prices on it?

#

@warm fog

warm fog
#

Yes, but

#

You would not create the invoice directly in that case

#

You'd create the subscription which produces the invoice automatically

#

Then pay that invoice

heavy galleon
#

sure that's for the invoice, but what about the one time payments? those need another invoice, right?

warm fog
#

So use the flipped perspective: you include one-time items on a recurring subscription invoice

heavy galleon
#

and an invoice can only be ONE subscription?

#

how do you do that? your scenario

warm fog
#

And invoice is tied to only one subscription, yes, but may include one-time items

#

just a sec

#

You can also add items to future invoices, if that's relevant to your flow

heavy galleon
#

ah ok, so if we want to have MULTIPLE subscriptions AND one time payments, we'd create one subscription, and pass in the one time payments, then another subscription for the other invoice

warm fog
#

Yep, exactly

#

If you spin up multiple subscriptions for one customer for whatever reason (note you can have multiple recurring items on a single subscription) you'd have 2 (or more) invoice to pay

heavy galleon
#

a single subscription w/ multiple items? how does that work if the period is different?

warm fog
#

That's one limitation, they need to have the same recurring period

heavy galleon
#

right ok, that makes sense

#

so "safer" to just make a new one with each one, in our use case

heavy galleon
#

ok thanks, you've been very helpful

warm fog
#

NP - happy to help!

heavy galleon
#

that works great, thanks!