#4zuusiek-sofort-fulfilment
1 messages · Page 1 of 1 (latest)
Hey there! That's generally a business/risk decision you'd make. Our recommendation is instead wait for the payment to clear (up to ~14 days) and then handle fulfilment via our webhooks: https://stripe.com/docs/payments/sofort/accept-a-payment?platform=web#fulfillment
Ah, sorry. Apparently for Sofort we recommend you can fulfil during a processing state:
Stripe recommends fulfilling purchases during the processing state. On average, you can expect approximately 0.2% of Sofort payment attempts to fail after entering the processing state. This only applies to Sofort payments due to its low payment failure rate and doesn’t apply to other delayed notification payment methods.
So I understand correctly that the client should not receive the item until I get "succeeded"?
oh i haven't seen that.
How can I check if the payment method in PaymentIntent is SOFORT?
Different to the other delayed payment methods, like iDEAL etc!
@next burrow ., and what parameter can i use to check this?
You'd expand the payment_method field of the PI: https://stripe.com/docs/api/payment_intents/object#payment_intent_object-payment_method
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Then there's a type field returned: https://stripe.com/docs/api/payment_methods/object#payment_method_object-type
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok, thank you then.
Np!