Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
payment
.
Show all posts
Showing posts with label
payment
.
Show all posts
Saturday, June 10, 2017
PayWay Rest API: Create Credit Card Payment
›
If you are not already check connection to PayWay Rest API, you need to do that validation. Follow the below link to test API connection,...
3 comments:
Saturday, May 27, 2017
Stripe Payment API: Create Charge Or Payment
›
You need a Token (Saved credit card instance) to create a Payment which is known as Charge in Stripe API. Creating Charge in Stripe is equa...
Wednesday, August 14, 2013
Php create/edit eWay token for further payment
›
<?php function create_token_eway () { $testUrl = "https://www.eway.com.au/gateway/ManagedPaymentService/test/managedCredit...
Saturday, June 29, 2013
eWay transaction using php api direct payment
›
/* Pay using eWay */ function pay_using_eway() { $testUrl = "https://www.eway.com.au/gateway_cvn/xmltest/testpage.asp"; ...
›
Home
View web version