#iban0288
1 messages · Page 1 of 1 (latest)
If this is a 3DS for setupIntent, the amount shown in the 3DS page will be 0 or 1. If it's a 3DS for paymentIntent, the amount shown in the 3DS page is the payment amount.
So, is that operation correct because it usually happens to me with subscriptions to many things, but using paymentintent would show the value of the first payment in that 3DS validation?
It really depends on how you build your subscription, whether confirming its pending_setup_intent or the latest_invoice's payment_intent.
Do you have a subscription ID that I can take a look?
"sub_1OdskUFpkfQqD02OU4Q5zUmm"
I don't see 3DS involved here, its invoice was paid successfully using a saved payment method
I don't see 3DS invovled either.
i just check test mode, with 3ds card 4000002500003155
This test card requires authentication for off-session payments unless you set it up for future payments. Since you've already set it up, authentication isn't required.
"Returning to the previous point, the current implementation is using setupintent in the front end, also using setupconfirmcard. Should this implementation be changed to paymentintent so that customers receive the subscription amount in the bank notification, correct?"
Not necessary. I don't see a problem with your current flow.
I don't see any issue either, but the client is asking if it's possible for the subscription amount to appear in the bank notification for payment validation.
Then you should confirm the latest_invoice's paymentIntent instead.
And how can this be done? By removing setupintent and using payment intent, or does the subscription itself carry a payment intent underneath?
Hey! Taking over for my colleague. The Subscription will handle for you the Payment/Setup Intent
hey hi,
But exactly then, how do I make sure that the customer sees the price amount along with the bank subscription notification?
How will you being accepting the payment from the customer ? using Checkout , Element or what Stripe Product ?
elements
You need to display to your customer the amount that' they'll pay using your own web elements
i have this
how i can do it?
What I really want to know is if on this bank screen, for example, by doing what you're suggesting, should the value of the first payment appear?
You need to add other UI elements (your own not Stripe component) and display the amount of the payment_intent to your customer
like displaying any other information in your app
Can you give me an example of this, and can you confirm the previous question about the bank screenshot?
Can you give me an example of this,
There is no really an example of this, but the idea is to display the amount to your customer in your website
and can you confirm the previous question about the bank screenshot?
How are you getting that screen, that's not Stripe screen
Okay, but the subscription price that will be charged already appears on the website. I'm referring to the bank confirmation. So, is it impossible to change the bank notification itself?
No, Stripe has no control over that neither you, you want be able to udpate the bank notification
So subscriptions work differently from a payment, for example, at checkout, where the bank sends you a notification of the money you're about to spend. With subscriptions, you only receive an authorization notification for the subscription you're about to make, correct?