开发者

which Payment gateway is supported by Google App Engine (java) without redirecting to their native website

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 开发者_Go百科"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?


We're recent converts to Stripe.com and so far the integration has been really easy. Disclaimer: I'm not affiliated w/ Stripe, and I haven't put it in production yet. Ask them for some clients to check references.

Tangentially, Dwolla has a nice API. They don't process credit cards, but facilitate direct bank-to-bank transfers, and they charge way, way, way less than credit card processors. I think transactions under $10 are FREE right now, for example.


Yes you can do it by passing an encrypted parameter to the return url

<input name="CANCELURL" value='errorurl' type="hidden"/>
<input name="return" value='returnurl' type="hidden"/>

These are the return and cancel url parameters. You can append the return value as a query string with the 'returnurl'


If you do not want to redirect to paypal and payment should be done in the page you provided, you can use paypal express check out. This method will not redirect the page to paypal.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜