#infinitysky_docs

1 messages · Page 1 of 1 (latest)

tawny pikeBOT
#

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

buoyant hill
#

👋 happy to help

stone eagle
#

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

buoyant hill
#

which direct debit are you interested in?

#

I mean in which country?

stone eagle
#

Japan

buoyant hill
#

we don't have a direct debit PaymentMethod specific to Japan

#

we either have Bank Transfers or Konbini

stone eagle
#

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?

buoyant hill
#

yes that's correct

#

you would only have to listen to invoice.paid events

stone eagle
#

just in case, because i wish provide a recurring subscription service dose Konbini support his service?

buoyant hill
#

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

stone eagle
buoyant hill
#

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

stone eagle
#

at the same time, i am checking the bank transfer docs as well

#

it should be the same concept as well?

#

with Konbini

buoyant hill
#

yes similar