Stripe Recurring Trial 3D Secure
Project detail
** PLEASE BEFORE YOU BID, READ CAREFULLY THE DESCRIPTION AND SEND BACK EXAMPLES OF SIMILAR WORK YOU HAVE DONE! **
I need a PHP Stripe solution like this:
– Payment page (Enter credit card information, Card, Exp Date, CVV), The card should register for Recurring on a Trial basis. 5-day trial for €4,95 and hereafter €49,95 per month through Stripe (The new SCA-2). HTML setup.
– If successful after 3D Secure it should return some kind of “token” that I can charge in the future in my own PHP API (WITHOUT 3D Secure, because it’s recurring, but with the “token” from initial payment – which was 3DS)
– If failure it should send back the error code/message.
– PHP Script to charge an example of a successful trial transaction with 3d secure – WITHOUT 3DS – on the monthly price setup (49,95€).
– PHP Script example to refund a transaction.
To summarize:
* User wants to subscribe on our website and sign up with their credit card for €4,95 for a 5-day trial. This transaction has to be made with the 3D Secure SCA2 requirement.
* We, want to – on later use – charge via our own API/Script the User – without 3D Secure for €49,95 (The monthly charge) – but with the “token” from the User that did the 5-day trial for €4,95 WITH 3D Secure.