#viral_checout-customtext

1 messages ¡ Page 1 of 1 (latest)

knotty ironBOT
snow shuttleBOT
#

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.

knotty ironBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1242961009224716329

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

reef sapphire
#

Hi, this is the full block of code - it was too long for me to input in the form:

stripe payment_links update plink_1PDxF2LNkESMyZ4Il8luqoTz
-d "custom_text[after_submit][message]"="By confirming your payment, you allow Viral Coach to charge you for this payment and future recurring payments according to the payment schedule set forth in the Client Services Agreement. Recurring payments are subject to the terms agreed upon in the Client Services Agreement, and as outlined in our Refund Policy. Clients may cancel recurring services at any time after the expiration of the initial Agreement by giving no less than 7 calendar days written notice to the Company before the next billing cycle Refunds for down payments will only be provided if the cancellation request is made within 48 hours of the payment date and before the Client Services Agreement is signed. All other sales are final and no refunds will be provided, except for those specific circumstances covered by our money-back Guarantee. See our Refund Policy for more details."

I am trying to add a line break between "... next billing cycle. / Refunds for down payments"

stone anchor
#

You can't unfortunately. Stripe interprets the value as a string literal, so the below text is shown literally and without new lines:

This is a description. This is a carriage return \r this is a line break \r\n this is a new line <br> this is a new line

knotty ironBOT