Skip to content

Instantly share code, notes, and snippets.

@labeneator
Last active March 16, 2017 13:43
Show Gist options
  • Save labeneator/c16f8b9eaa6eba8b8c115d03ccaa915b to your computer and use it in GitHub Desktop.
Save labeneator/c16f8b9eaa6eba8b8c115d03ccaa915b to your computer and use it in GitHub Desktop.
1. Save confirm xml somewhere
<?xml version="1.0" encoding="utf-8" ?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Body><ns1:C2BPaymentConfirmationRequest xmlns:ns1="http://cps.huawei.com/cpsinterface/c2bpayment"><TransType>PayBill</TransType><TransID>12655422469971</TransID><TransTime>20140227082020</TransTime><TransAmount>123.00</TransAmount><BusinessShortCode>777126</BusinessShortCode><BillRefNumber>TX1001</BillRefNumber><InvoiceNumber>X334343</InvoiceNumber><OrgAccountBalance>12345.00</OrgAccountBalance><ThirdPartyTransID>1234560000088888</ThirdPartyTransID><MSISDN>0722703615</MSISDN><KYCInfo><KYCName>[Personal Details][First Name]</KYCName><KYCValue>Hoiyor</KYCValue></KYCInfo><KYCInfo><KYCName>[Personal Details][Middle Name]</KYCName><KYCValue>G</KYCValue></KYCInfo><KYCInfo><KYCName>[Personal Details][Last Name]</KYCName><KYCValue>Chen</KYCValue></KYCInfo></ns1:C2BPaymentConfirmationRequest></soapenv:Body></soapenv:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment