Solutions
Collection - PassTo Checkout
Diverse Application Scenarios
Trading Platform | Exchange
Cross-border E-commerce | Personal E-commerce
Entertainment Industry
Loan Company
Cross-border Tourism
VPN Provider
Trading Platforms / Exchanges
Accept payments and send payments to ultimately streamline your financial processes. We provide convenient, Asia-Pacific-focused, secure, and real-time payment solutions.
Contact UsMulti-Channel Payment Solutions
// Supported by PassToPay.io
Map<String, Object> map = new HashMap<>();
map.put("mchNo", "Merchant Number...");
map.put("appId", "App ID...");
map.put("mchOrderNo", "Unique Order Number...");
map.put("wayCode", "ALI_QR");
map.put("amount", 10000);
map.put("currency", "cny");
map.put("userName", "zhang san...");
map.put("reqTime", 1711021401000l);
map.put("version", "1.0");
map.put("subject", "Children's clothing...");
map.put("body", "A red down jacket...");
map.put("notifyUrl", "https://www...");
JSONObject extParams = new JSONObject();
extParams.put("payDataType", "codeImgUrl");
map.put("channelExtra", extParams);
map.put("signType", "MD5");
map.put("sign", "5182B5B0...");
HttpResponse response = HttpRequest
.post("http://api.pass2pay.com/api/pay/unifiedOrder")
.form(map).execute();
JSONObject responseJson = JSON.parseObject(response.body());
if(responseJson.getIntValue("code") != 0){
// failed, Please check the configuration or contact us
}else{
//successful, return customer payment order info
}
High Availability API
Contact Customer Service to Apply for Integration
Contact PASSTO PAY's online customer service to activate our third-party payment solutions. Customers can choose the payment tools that best fit their business needs and processes.
API Integration and Testing
Test the integration according to the API documentation or use a simple redirect for payment testing. Once successful, you can apply to customer service for a real backend account.
Launch Operations
PASSTO PAY's bilingual customer service will activate a real backend account (DEMO) for you. Customers can view detailed information about payments and collections in the backend. After completing testing and parameter settings, you can start collecting and making payments directly.