#dulcehc - payment behavior
1 messages · Page 1 of 1 (latest)
error_if_incomplete should not create a subscription if there is an error:
For example, if a payment method requires 3DS authentication due to SCA regulation and further user action is needed, this parameter does not create a subscription and returns an error instead.
Can you share a request id?
this is the payment https://dashboard.stripe.com/test/payments/pi_3L0DzNDhWLhOvPtT0gdAb96J
this is the subscription that was created https://dashboard.stripe.com/test/subscriptions/sub_1L0DzMDhWLhOvPtTcycuYw2S
It doesn't look like you're passing payment_behavior at all: https://dashboard.stripe.com/test/logs/req_TFCxByQzUPBVCJ
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
@fossil island do you know if I need to send also this parameter collection_method: "charge_automatically",? or is it enough with payment_behavior?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
That's the default value
ok, thanks!