skip to Main Content

I have integrated Stripe.js "RedirectToCheckout" in my React app and everything is working perfectly fine (yes I understand this is deprecated).

My only issue is that it is showing a default title of "Mthly Dues" for where the website/payment is coming from.
Mthly Dues at Checkout??

Any advice on how to change this to the name of my app "Trend Edge". I’m not seeing a field for this in the documentation.

Thanks!

2

Answers


  1. Chosen as BEST ANSWER

    Found it at this link ...............

    https://dashboard.stripe.com/settings/branding


  2. Those branding settings are controlled by the settings in your Stripe account. You’ll want to update the public business name that you have set for your account:
    https://dashboard.stripe.com/settings/public

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search