#jamiekw89_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/1369618989352878143
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, let me help you with this.
Whe have tried changing the Return URL but it keeps going back to example.com
How did you do this exactly? And what keeps going back?
we are unsure how to do this if i am honest
But you said you did something already.
What did you do?
Generally you add it in this step if you're using PaymentIntents and Payment Element: https://docs.stripe.com/payments/accept-a-payment?platform=web&ui=elements#web-submit-payment
But it depends on your current integration.
where do you go to edit this?
Could you please provide some context about your current Stripe integration?
We are using a third party system for training and we are looking to take online payments. The third party requested our API key to integrate to the payments. When we go to buy a course it comes back with a return URL error
So the third-party is managing the payments integration?
We have had to setup the stripe account and provide the API key from the account
But you don't write the code for the Stripe integration yourself, right?
we haven't done this no
but when we test to but something we receive a return URL error
Then you need to talk to your third-party provider about this. They will need to fix this issue on their end.
They have said we need to on the account?
This is the message i have from them
I thought this could have been the case. So this is an error that would need to be rectified on your end as it is not in relation to changing the API key, but rather changing the settings of the current API key on your dashboard.
A customer had this error in the past so I will copy below the comms with Stripe that allowed them to amend the error:
Thanks for writing in and for the information provided.
The error you are receiving when testing payment intents is the 'success_url' requirement. As stated in the error message, since some of the active payment methods require redirected ones a payment is completed, you have to indicate a return_url for the payment intent where your clients or customers will be redirected after the payment.
You can read more about return urls using the link below.
https://docs.stripe.com/payments/checkout/custom-success-page
Should you have any other questions or concerns, please let me know โ I'm here to help.
Best,
Hey! Taking over for my colleague. Let me catch up.
I'm not sure I understand the follow up question here...
Can you help me understand your latest follow up question ? Please don't just copy/past your exchanges.
We have a stripe account which we needed to setup for us to take payments and we provided our API key from the stripe account to the third party we are using, however when we tested this to take payments it comesback with a return URL error
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_CzSwSWoh0RPZEK
Thanks.