#nicole_63749
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.
- nicole_63749, 22 minutes ago, 19 messages
can you share a screenshot indicating the name you're referring to?
you can change the business name in https://dashboard.stripe.com/settings/public
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
So change the business name to RHS94alum
thanks
and can i added instructive text on that page
can you share more on what instructive text you're looking to add?
For example to remove an option change the quantity to 0
i got the payment link to work the way i wanted it but figure a little more instruction would help
You can add custom text via the API, but not via the Dashboard : https://stripe.com/docs/api/payment_links/payment_links/create#create_payment_link-custom_text
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
or if you want to update an existing payment link : https://stripe.com/docs/api/payment_links/payment_links/update#update_payment_link-custom_text
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
cant get away from programming arrgghh...thankx alex i will play with it
is it possible to reload the data on a payment link
if an item was removed by accident
access the payment link url again probably
Ok Alex, i thought so, that worked when i tried the link again
thanks for all your help Alex, i really appreciate getting me set up
have a goodnite
Hey alex where is the credit card stub data?
you mean the card details that the customer used to pay with?
yes for test developer
do you have the example PaymentIntent id, you can look for it on the payment page of your Dashboard and it'll start with pi_
ok thanks
Hey Alex i am on settings, payments.... but i do not see Charge my customer a processing fee option.
๐ Taking over this thread, catching up now
Can you share the example Payment Intent ID (pi_xxx), so that I can take a look?
hey River thanks
where is the payment intent id
i am trying to change the settings so i can charge the customer the processing fee
Ah I see! I'm afraid it's not possible to charge customer processing fee with Payment Link unless it's added to a new product item.
i am in test
i do not see the option to charge the fee...
so do you mean add it to the total
Charging the processing fee is not supported by Stripe. You'd need to calculate the amount yourself with the guide here https://support.stripe.com/questions/passing-the-stripe-fee-on-to-customers and
- add it to the
line_itemsof the Payment Link: https://stripe.com/docs/api/payment_links/payment_links/create#create_payment_link-line_items; OR - add it to individual price items
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
thank you River
No problem! Happy to help ๐
alex gave a link to add custom text to the payment link
the custom text parameters they give i do not see which one id use
i want to be able to add instructional text to the payment link screen
Custom text only supports adding text at shipping address, submit button and term & service acceptance sections of the Payment Link. You can put the instructional text at one of them that you think that is suitable