I have a website which consists of FrontEnd part (wordpress) and a backend for users, which is custom (php).
I'd like to add stripe payment, but want users to pay first, and then enter personal details & register an account.
So, here is what I'm planning to do:
The question is the following: After successful payment, does the generated page with transaction details has POST variables with user email, name... payment id. etc?
Or, It's much easier to integrate hardcoded stripe payment api into custom payment page?
Thanks