#mubushar - setup intent atuh
1 messages · Page 1 of 1 (latest)
Hey @coarse whale ,
Good to see you.
hey there, a setup intent doesnt have an amount and depending on the bank/issuer this is usually either a 0 or 1 dollar amount as a temporary charge
What amount would you expect to show?
We want to show the actual amount of cart for which we are getting payment method authenticated.
For that scenario you may want to use a Payment Intent with manual capture, which let's you control the amount and you can auth then capture later:
https://stripe.com/docs/payments/capture-later
What is the use of "application" in setup-intent object then?
Or can we mention amount to be charged in description to display in popup?
What do you mean by application? Can you explain what you're referring to?
You can tell you user about that in your app, but not in the bank auth flow no
If the payment is to be collected within 7 days auth & capture is likely to be a better choice
Leave "application" for now.
Our clients are seeing platform account name in their transactions can we change it to the connected account name as we are creating SI on_behalf_of connected account.
As you can see in attached SS Locally.com is platform account name.
There?
Hi there, sorry i did not see your message here - one sec
Okay NP
Yes, using on_behalf_of is meant to shift the settlement merchant and use the statement descriptor of the connected account
You can read about this here: https://stripe.com/docs/connect/statement-descriptors
It seems like statement descriptor could be set by connected account's dashboard in case of standard account. Right?
@coarse whale
That's correct, the standard account would set it in their own settings