Solved -Stripe problem with return_url

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
crazyforester
Posts: 60
Joined: 18 Jan 2016, 10:29

Solved -Stripe problem with return_url

Post by crazyforester » 07 Feb 2022, 14:55

Hi,
I have setup Stripe payment following the manual
https://aimeos.org/docs/latest/manual/services/#stripe
I couldn't find an explanation for the field "type", but I have used the default "Stripe_PaymentIntents"

Stripe gives an error "url_invalid - return_url"
I looked at the log in the Stripe site and error is

"return_url": "//www.mydomain.com/confirm?action=confirm ... r=Checkout"
}

Thanks in advance

crazyforester
Posts: 60
Joined: 18 Jan 2016, 10:29

Re: Solved -Stripe problem with return_url

Post by crazyforester » 07 Feb 2022, 16:05

The problem were solved by the following TS
plugin.tx_aimeos.settings.client.html.checkout.update.url.config.scheme = https
plugin.tx_aimeos.settings.client.html.checkout.confirm.url.config.scheme = https

Post Reply