#dishant0144_32519
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- dishant0144_32519, 3 minutes ago, 28 messages
- dishant0144_32519, 1 day ago, 5 messages
- dishant0144_32519, 2 days ago, 12 messages
- dishant0144_32519, 3 days ago, 30 messages
- dishant0144_32519, 3 days ago, 7 messages
hi there!
what type of connected account are you using (standard, express, custom)?
and what type of charges are you using? https://stripe.com/docs/connect/charges
it is standard
direct charges
if it's direct charges, you should see information about the connected account (not the platform account) in the payment flow
but right now when I try to do payment with ACH it is showing platform account logo and name there
I am rendering stripe's payment element in js using below code
const stripe = Stripe('@Model.AccountPublishableKey', {
stripeAccount: '@Model.ConnectedAccount'
});
can you share the PaymentIntent ID (pi_xxx)?
of the bank transfer success payment?
for a payment where you see this issue
Sorry
It is ScreenShot
no I need a Stripe obejct ID, you can find it in the Stripe dashboard
and also for the info I am creating payment intent while actually made payment
means I am loading stripe's element without creating intent
So I can give you the ID but it is of success payment
yes sure
thanks. and can you share a screenshot of the popup you see?
sure give me a moment
I am making payment for my connected account named "truptman" but here it shows Dishant Panchal
thanks! give me a few minutes to look into this.
please be patient
sure
Hey! Taking over for my colleague. After what action exactly you are getting this popup ?
When I select ACH as a payment method from stripe's payment element
And in that I chose "Test OAuth" to make the payment
when I click on this
Is this making sense ?
Yes I see, thanks for the clarification, checking...
ok great
I just did several tests, and yes that's expected and that's true:
{YOUR_PLATFORM_ACCOUNT} can access requested data
Ohhkk
So is there any way I can change the branding here like my connected account's name?
I want to change "Dishant Panchal uses Stripe to connect your accounts" to "{connected account name} uses Stripe to connect your accounts"
Is this possible using any config in js or in api?
No, AFAIK you can't.