Last active
September 12, 2019 19:55
-
-
Save arivasvera/73581454d83bb07c49f2b79e3448b57b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ipg="http://ipg-online.com/ipgapi/schemas/ipgapi" xmlns:v1="http://ipg-online.com/ipgapi/schemas/v1"> | |
<soapenv:Header/> | |
<soapenv:Body> | |
<ipg:IPGApiOrderRequest> | |
<v1:Transaction> | |
<v1:CreditCardTxType> | |
<v1:StoreId>?</v1:StoreId> | |
<v1:Type>sale</v1:Type> <!-- preauth --> | |
</v1:CreditCardTxType> | |
<v1:CreditCardData> | |
<v1:CardNumber>5165850000000008</v1:CardNumber> | |
<v1:ExpMonth>12</v1:ExpMonth> | |
<v1:ExpYear>22</v1:ExpYear> | |
<v1:CardCodeValue>123</v1:CardCodeValue> | |
</v1:CreditCardData> | |
<v1:Payment> | |
<v1:ChargeTotal>100.00</v1:ChargeTotal> | |
<v1:Currency>032</v1:Currency> | |
</v1:Payment> | |
</v1:Transaction> | |
</ipg:IPGApiOrderRequest> | |
</soapenv:Body> | |
</soapenv:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment