#adhi14058_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/1396793818850000936
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
card[capture_before] exists: https://docs.stripe.com/api/charges/object#charge_object-payment_method_details-card-capture_before
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
The same doesn't seem to exist for mobilepay, no
is there any docs which mention which all payment methods support manual capture, I am kind of lost
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?
I edited the link, pasted the wrong one before: https://docs.stripe.com/payments/place-a-hold-on-a-payment-method
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
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
What do you mean by 'delayed'? AFIAK Klarna is not delayed
sorry, i meant sofort
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
Yes
I guess I am good to go. Appreciate the quick response.!
Thank you.