- Posts: 1553
- Home
- Forum
- Community Forum
- Questions
- Change the final message of reservation
Which payment gateways are you using?
- vietvh
- Topic Author
- Offline
Less
More
10 years 6 months ago - 8 years 3 months ago #4002
by vietvh
Which payment gateways are you using? was created 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.
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: 8 years 3 months ago by vietvh.
Please Log in or Create an account to join the conversation.
- xmanflash
- Offline
Less
More
- Posts: 1
10 years 4 months ago - 10 years 4 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}
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: 10 years 4 months ago by xmanflash.
Please Log in or Create an account to join the conversation.
- jultje
- Offline
Less
More
- Posts: 3
9 years 8 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
We are in the Netherlands and we use Ideal.
Kind regards,
Jurjen Velzel
Please Log in or Create an account to join the conversation.
- tuxor
- Offline
Less
More
- Posts: 24
9 years 7 months 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.
- samratsaam
- Offline
Less
More
- Posts: 4
9 years 4 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.
- benjoks
- Offline
Less
More
- Posts: 4
9 years 1 month 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>
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