i am looking for a payment gateway which is compatible with GAE(google app engine java).
My requirement restrict me to use that payment gateway which support "DoDirect payment" (do not redirect users to their native website for transaction) like Google checkout or PayPal pro...
i have also searched Authorized.netas well but no luck. i came up with only one option that is "PayPal adaptive API" or "Paypal X" ,this is not an ideal approach but some how it cater my requirement.
Before i start implementing this i want to have a an idea that am i going in the right direction or did i miss any payment gateway.
Please help!!
Actually i want customers to pay for once in a life time to use my website by registering at my sign up page so that Next time when a paid customer enters the website , he/she will be asked to enter their login credentials to use it without paying again.
now if i use paypal buy now button, does it allow me to have a parameter (for my internal coding ) which checks whether the transaction is successful or not? and redirects it to my mentioned page?