#infinitysky_docs
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/1478000279550169202
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
👋 happy to help
Hi , I have trying everything i could to dig the doc
I spend all the day to finding the api doc for Japan bank direct guide
https://stripe.com/jp/guides/introduction-to-bank-debits
the only thing i got is this
Japan
we don't have a direct debit PaymentMethod specific to Japan
we either have Bank Transfers or Konbini
For Bank Transfers or Konbini, i think it is a kind of "asyc" payment method. and when the bill gets paid, will the wehook notice the system and mark it as paid?
just in case, because i wish provide a recurring subscription service dose Konbini support his service?
if the collection_method is send_invoice then yes, but Konbini is a single use payment method, so you can't save the payment method and recharge it automatically later
ok, i think it might need more dev actions to maintain the subscription
like make a time based invoice and check a payment status timely
not necessarily
the invoices will be sent automatically each month to your customer
and you will keep listening to the invoice.paid events similarly to when the collection_behavior is charge_automatically
at the same time, i am checking the bank transfer docs as well
it should be the same concept as well?
with Konbini
yes similar