Skip to content

Instantly share code, notes, and snippets.

@aertan
Created February 4, 2020 13:49
Show Gist options
  • Select an option

  • Save aertan/7cd2717fdd7be57f234d402d10e3ba48 to your computer and use it in GitHub Desktop.

Select an option

Save aertan/7cd2717fdd7be57f234d402d10e3ba48 to your computer and use it in GitHub Desktop.
<soap:Envelope xmlns:s1="http://phaymobile.cardtekgroup/Tmm/RemotePurchaseP2M" xmlns:s10="http://phaymobile.cardtekgroup/Tmm/UnlinkUser" xmlns:s11="http://phaymobile.cardtekgroup/Tmm/MrcServices" xmlns:s12="http://phaymobile.cardtekgroup/Tmm/GetVpos" xmlns:s13="http://phaymobile.cardtekgroup/Tmm/VerifyUser" xmlns:s14="http://phaymobile.cardtekgroup/Tmm/EndUser" xmlns:s15="http://phaymobile.cardtekgroup/Tmm/MySettings" xmlns:s16="http://phaymobile.cardtekgroup/Tmm/MerchantTransactionQuery" xmlns:s17="http://phaymobile.cardtekgroup/Tmm/RecurringPayment" xmlns:s18="http://phaymobile.cardtekgroup/Tmm/ConsumerRegistration" xmlns:s19="http://phaymobile.cardtekgroup/Tmm/CustomerSTK" xmlns:s2="http://phaymobile.cardtekgroup/Tmm/CommonTypes" xmlns:s20="http://phaymobile.cardtekgroup/Tmm/MerchantRegistration" xmlns:s21="http://phaymobile.cardtekgroup/Tmm/RecipientCardRegistration" xmlns:s22="http://phaymobile.cardtekgroup/Tmm/GenerateKey" xmlns:s3="http://phaymobile.cardtekgroup/Tmm/RemotePurchaseP2M3DAuth" xmlns:s4="http://phaymobile.cardtekgroup/Tmm/MPListMngmnt" xmlns:s5="http://phaymobile.cardtekgroup/Tmm/AddressListManagement" xmlns:s6="http://phaymobile.cardtekgroup/Tmm/ListMngmnt" xmlns:s7="http://phaymobile.cardtekgroup/Tmm/TransactionRefund" xmlns:s8="http://phaymobile.cardtekgroup/Tmm/mfsCampaignManagement" xmlns:s9="http://phaymobile.cardtekgroup/Tmm/MerchantTranVoid" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:tns="http://phaymobile.cardtekgroup/Tmm/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<CommitPurchase xmlns="http://phaymobile.cardtekgroup/Tmm/">
<s1:CommitPurchaseRequest>
<s1:transaction_header>
<s2:client_id>34700700</s2:client_id>
<s2:request_datetime>2020-02-04T14:03:07.37000+03:00</s2:request_datetime>
<s2:request_reference_no>247820200204</s2:request_reference_no>
<s2:send_sms>N</s2:send_sms>
<s2:send_sms_language>tur</s2:send_sms_language>
</s1:transaction_header>
<s1:transaction_body>
<s1:macro_merchant_id>00700197920719104131598</s1:macro_merchant_id>
<s1:order_no>132065460052</s1:order_no>
<s1:payment_type>DIRECT_PAYMENT</s1:payment_type>
<s1:bank_ica/>
<s1:token>39D42ACEE18C81767AB8C0C078F339AF76262155F0FA9E138282B6447E239107747BEA6959DE570C45FFE6F7FB2A501B66229908479962DD6D374DD896B677EABEF21A21DA4BDE73CDE34023A1C9781785888A3FB501D98338642A5437940C6B</s1:token>
<s1:amount>22962</s1:amount>
<s1:msisdn>905309767585</s1:msisdn>
<s1:order_details>
<s2:orders>
<s2:list_item>
<s2:order_product_name>BiSU siparisi</s2:order_product_name>
<s2:order_product_code>0</s2:order_product_code>
<s2:order_price>22962</s2:order_price>
<s2:order_vat/>
<s2:order_qty>1</s2:order_qty>
<s2:order_product_info/>
<s2:order_mplace_merchant>O2N6LRWK</s2:order_mplace_merchant>
</s2:list_item>
</s2:orders>
</s1:order_details>
<s1:bill_details>
<s2:bill_last_name>NA</s2:bill_last_name>
<s2:bill_first_name>NA</s2:bill_first_name>
<s2:bill_email>NA@NA.s2</s2:bill_email>
<s2:bill_phone>905309767585</s2:bill_phone>
<s2:bill_country_code>TR</s2:bill_country_code>
<s2:bill_fax/>
<s2:bill_address/>
<s2:bill_address2/>
<s2:bill_zip_code/>
<s2:bill_city/>
<s2:bill_state/>
</s1:bill_details>
<s1:delivery_details>
<s2:delivery_last_name/>
<s2:delivery_first_name/>
<s2:delivery_email/>
<s2:delivery_phone>905309767585</s2:delivery_phone>
<s2:delivery_s2pany/>
<s2:delivery_address/>
<s2:delivery_address2/>
<s2:delivery_zip_code/>
<s2:delivery_city/>
<s2:delivery_state/>
<s2:delivery_country_code>TR</s2:delivery_country_code>
</s1:delivery_details>
<s1:anti_fraud_details>
<s2:number_time/>
<s2:owner_time/>
</s1:anti_fraud_details>
<s1:custom_fields>
<s2:custom_field_9 name="SubMerchant_Name" value="8360456712"/>
</s1:custom_fields>
<s1:other_details>
<s2:client_ip/>
<s2:client_time/>
</s1:other_details>
</s1:transaction_body>
</s1:CommitPurchaseRequest>
<s1:ClientIpAddress>54.69.247.221</s1:ClientIpAddress>
</CommitPurchase>
</soap:Body>
</soap:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment