Thomas Fischer
Thomas Fischer
Hi @H4wKs, Thank you for your time ^^. so here is the template of the form :  here the formType :  here is our controller to handle the...
In this example : https://github.com/Mangopay/mangopay2-php-sdk/blob/master/demos/paymentDirect/non_js.php at line 41 there is payment.php but the thing is we don't know if we have to replace it with a controller or simple php...
Hi @H4wKs and thanks again for your insight, so we did as you advised us, but I think there's an issue with how we handle this whole returnURL, so for...
Thanks @H4wKs . Here is the solution we found : in our callback controller ``` #[Route('/paiement', name: '_updateRegistrationCard')] public function updateRegistrationCard( MangoPayService $service, UserRepository $userRepository, Session $session, ): Response {...