#Fabrizio

1 messages · Page 1 of 1 (latest)

modest windBOT
thick vault
#
  1. Can you share a subscription ID ?
#

The risk of fraud or unrecognized payments is low because the customer must authenticate the payment with their bank. As a result, you won’t have disputes that turn into chargebacks, with funds withdrawn from your Stripe account.
https://stripe.com/docs/payments/sofort#disputed-payments

native rivet
#

Thanks for the answer. For the point 1, when i ask to show the amount of the order i referrer to this page (the first screenshot is my amount) the second one the payment page.

  1. sub_1LiZnvKByxsAewKX2wKzVXIf
thick vault
#

Could you please share the related PayementIntent Id of these screenshots ?

native rivet
#

pi_3LiZnvKByxsAewKX11mI9wak. This is also the payment ID for the subscription ID provided before

thick vault
thick vault
#

as mentioned in the screenshot

native rivet
#

yes is correct because than we not considering shipping

thick vault
#

The first screenshot I suppose it's what your integration is showing

native rivet
#

yes correct

#

exact, i'm interesting to show in this place the amount like single charge in this place instead 1 euro.

thick vault
#

How are you initializing that page? it seems you are using Klarna

native rivet
#

using the method of stripeJS library: confirmSofortSetup(...args)

#

than

thick vault
#

According to your screen shot, you are passing a SetupIntent client_secret and not the client_secret of the PaymentIntent

native rivet
#

Yes. First we create the setup intent via backend using the library for Laravel cachier, and than we provide the setup_intent client_secret for confirmiation.

thick vault
#

Why you are creating a new SetupIntent and not using the PaymentIntent that you shared with me above in order to accept the payment ?

native rivet
#

Because we need to recurring the payment.

#

the payment intent that i shared before is the result after the confirmation

thick vault
native rivet
#

Ok, but we haven't choose Klarna. Klarna seem to be used by Sofort i suppose