Which payment gateways are you using?

More
10 years 1 week ago - 7 years 8 months ago #4002 by vietvh
Hi everyone,

We'd like to collect some information regarding which payment gateways are the most popular for Solidres's users. The results of this poll will help us to decide which payment gateways will be included in Solidres's payment plugin list.

If your favorite payment gateway is not in the list, just leave a reply with a name.

Thank you for your time.
Last edit: 7 years 8 months ago by vietvh.

Please Log in or Create an account to join the conversation.

More
9 years 10 months ago - 9 years 10 months ago #4248 by xmanflash
Replied by xmanflash on topic Which payment gateways are you using?
eWay Rapid3.1 is a huge one in Australia and now the UK and US :)

www.eway.com.au/developers/api/rapid-3-1

It is not difficult to implement either apparently.. They are very helpful and have the PHP code ready rolled.. THey also have online chat for questions etc.. and a developers sandbox for testing..

Process Payment example
Create Access Code

{
"Payment": {
"TotalAmount": 100
},
"RedirectUrl": "www.domain.com.au/results"
}
Process Card:

<form method="post" action="api.ewaypayments.com/Process">
<input name="EWAY_CARDNAME" type="text" value="John Smith" />
<input name="EWAY_CARDNUMBER" type="text" value="4444333322221111" />
<input name="EWAY_CARDEXPIRYMONTH" type="text" value="01" />
<input name="EWAY_CARDEXPIRYYEAR" type="text" value="18" />
<input type="hidden" name="EWAY_ACCESSCODE" value="{ACCESS_CODE}" />
</form>
GetAccessCodeResult

api.sandbox.ewaypayments.com/AccessCode/{ACCESS_CODE}
Last edit: 9 years 10 months ago by xmanflash.

Please Log in or Create an account to join the conversation.

More
9 years 2 months ago #5103 by jultje
Replied by jultje on topic Which payment gateways are you using?
Hello Sir,
We are in the Netherlands and we use Ideal.
Kind regards,
Jurjen Velzel

Please Log in or Create an account to join the conversation.

More
9 years 1 month ago #5226 by tuxor
Replied by tuxor on topic Which payment gateways are you using?
Here in mexico we use dineromail

Please Log in or Create an account to join the conversation.

More
8 years 9 months ago #5836 by samratsaam
Replied by samratsaam on topic Which payment gateways are you using?
ccavenue

Please Log in or Create an account to join the conversation.

More
8 years 6 months ago #6289 by benjoks
Replied by benjoks on topic Which payment gateways are you using?
we use webpay powered by Interswitch

Process payment example:
<script type="text/javascript"
src="banknamewebpay.bankwebsite.com/customerp...tServices/UPaybutton.
ashx?mercId=<merchant_id>"></script>
<script type="text/javascript">
upay_settings.setAmount(<amount>);
upay_settings.setOrderId(<order_id>);
upay_settings.setProduct(<product_name>);
upay_settings.setEmail(<customer_email>);
</script>

Please Log in or Create an account to join the conversation.

Moderators: solidres
Powered by Kunena Forum

All the things you need to make your work easier. Did you like Solidres?