#nafid_code
1 messages ยท Page 1 of 1 (latest)
๐ 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/1300396921051156480
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- nafid_webhooks, 6 days ago, 8 messages
this is my site url,
https://demo54.wtdev.xyz/checkout-2
Hi, let me help you with this.
How to get to Stripe Checkout via your website exactly?
go to this url
add cart will be empty
go to shop , add somthing and then checkout
you can stripe checkkouy payment method
no that is anothor integration
my issue is, paypal is not rendering in stripe checkout inntegration
stripe hosted page
I can see it here as well
no
where should I look then?
click stripe checkout
no I'm getting invalid URL for some reason
just give me a second
okay
Invalid URL: Non-ASCII characters in URLs must be percent-encoded in order for the URL to be valid.
ok I can see that now
is paypal payment method availble for you..?
in my case even after configuring it is not avilable
actually the problem is that you're creating Direct Charges which isn't not supported with Paypal https://docs.stripe.com/payments/paypal#connect
is it possible to change my code to make it available
no it's a requirement not a code issue
the only way to do it is to create Destination Charges instead of Direct Charges
how can i do it