#Fabrizio
1 messages · Page 1 of 1 (latest)
Hi there
1.
authorization for the 1 euro charge is requested twice
Can you share the related requestId or a screenshot illustrating that
Also is there a way to also show the current total amount the customer pays
in your dashboard you can see what payment was made by your customer:
https://dashboard.stripe.com/test/customers/cus_1234
Or in the subscription details page, in the invoice section:
https://dashboard.stripe.com/test/subscriptions/sub_123
- 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
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.
- sub_1LiZnvKByxsAewKX2wKzVXIf
Could you please share the related PayementIntent Id of these screenshots ?
pi_3LiZnvKByxsAewKX11mI9wak. This is also the payment ID for the subscription ID provided before
For recurring payment it's normal, the Sofart Payment is made via SEPA Direct Debit:
https://stripe.com/docs/payments/sofort#disputed-payments:~:text=via SEPA Direct Debit
This PaymentIntent has 21,81€ as an amount and not 23,8€
as mentioned in the screenshot
yes is correct because than we not considering shipping
The first screenshot I suppose it's what your integration is showing
yes correct
exact, i'm interesting to show in this place the amount like single charge in this place instead 1 euro.
How are you initializing that page? it seems you are using Klarna
using the method of stripeJS library: confirmSofortSetup(...args)
than
the user will be redirect in this page https://www.sofort.com/payment/multipay/go/select_country
According to your screen shot, you are passing a SetupIntent client_secret and not the client_secret of the PaymentIntent
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.
Why you are creating a new SetupIntent and not using the PaymentIntent that you shared with me above in order to accept the payment ?
Because we need to recurring the payment.
the payment intent that i shared before is the result after the confirmation
ok I see, but you can't use Klarna for recurring payments:
https://stripe.com/docs/payments/klarna#:~:text=Recurring payments-,No,-Payout timing
Ok, but we haven't choose Klarna. Klarna seem to be used by Sofort i suppose