#naciberkteke_09059
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- naciberkteke_09059, 22 hours ago, 47 messages
- naciberkteke_09059, 1 day ago, 11 messages
- naciberkteke_09059, 1 day ago, 15 messages
hello! When you say Stripe hosted page, are you referring to Payment Links?
hi Alex
i mean i using this solution
everything working well
but i need to capture money instandly for the digital products
what do you mean by capture money instantly? Where are you seeing that it's not captured instantly?
for example in form (for bambora) we using something like that "instant_capture:true"
but i donno what to use on stripe
i dont thing any payment system capture the payment instandly as default
you have to capture after you have send the item to the customer (its a rule in europe)
it sounds like you only want to capture the amount after a certain period of time. If that's the case, when you create the Checkout Session, you'll want to set https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-capture_method to manual
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
oh i can see your system capture instantly as default