#adhi14058_docs

1 messages ¡ Page 1 of 1 (latest)

warm talonBOT
#

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

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

naive swan
#

The same doesn't seem to exist for mobilepay, no

ebon ravine
#

is there any docs which mention which all payment methods support manual capture, I am kind of lost

naive swan
ebon ravine
#

Thank you.!
I see a lot of these payment methods support manual capture,
I also see this page:https://docs.stripe.com/payments/place-a-hold-on-a-payment-method
where it specifies the capture expiry for various providers

But it would be great if there is any API which can give us the capture_expiry for all the supported payment_methods
for example mobilepay, etc.
is there any such API?

Use manual capture to temporarily reserve funds without immediately charging the payment method.

naive swan
#

There is not. Normally the PMs set the capture_before timestamp, I don't know why most of them don't. We should probably fix that

ebon ravine
#

Oh Okay, Thank you.
I also have one more query, Given the payment_method,
is there any docs which tell us wether this payment is a delayed payment or instant payment

#

for example, i know klarna is delayed, but mobilepay, card, etc is instant, It would be great if i could get that list

naive swan
#

What do you mean by 'delayed'? AFIAK Klarna is not delayed

ebon ravine
#

sorry, i meant sofort

naive swan
ebon ravine
#

This step is only required if you plan to use any of the following payment methods: Bacs Direct Debit, Bank transfers, Boleto, Canadian pre-authorized debits, Konbini, OXXO, Pay by Bank, SEPA Direct Debit, SOFORT, or ACH Direct Debit.

i guess these are the ones

naive swan
#

Yes

ebon ravine
#

I guess I am good to go. Appreciate the quick response.!
Thank you.