Created
September 13, 2013 10:17
-
-
Save wodor/6548929 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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:cc="urn:ebay:apis:CoreComponentTypes" xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/07/utility" xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/12/secext" xmlns:ed="urn:ebay:apis:EnhancedDataTypes" xmlns:ebl="urn:ebay:apis:eBLBaseComponents" xmlns:ns="urn:ebay:api:PayPalAPI"> | |
| <SOAP-ENV:Header> | |
| <Security xmlns="http://schemas.xmlsoap.org/ws/2002/12/secext" xsi:type="wsse:SecurityType"> | |
| </Security> | |
| <RequesterCredentials xmlns="urn:ebay:api:PayPalAPI" xsi:type="ebl:CustomSecurityHeaderType"> | |
| <Credentials xmlns="urn:ebay:apis:eBLBaseComponents" xsi:type="ebl:UserIdPasswordType"> | |
| <Username xsi:type="xs:string"> | |
| </Username> | |
| <Password xsi:type="xs:string"> | |
| </Password> | |
| <Signature xsi:type="xs:string"> | |
| </Signature> | |
| <Subject xsi:type="xs:string"> | |
| </Subject> | |
| </Credentials> | |
| </RequesterCredentials> | |
| </SOAP-ENV:Header> | |
| <SOAP-ENV:Body id="_0"> | |
| <DoExpressCheckoutPaymentResponse xmlns="urn:ebay:api:PayPalAPI"> | |
| <Timestamp xmlns="urn:ebay:apis:eBLBaseComponents">2013-09-13T10:16:41Z</Timestamp> | |
| <Ack xmlns="urn:ebay:apis:eBLBaseComponents">Success</Ack> | |
| <CorrelationID xmlns="urn:ebay:apis:eBLBaseComponents">726a483a9dfa2</CorrelationID> | |
| <Version xmlns="urn:ebay:apis:eBLBaseComponents">94.0</Version> | |
| <Build xmlns="urn:ebay:apis:eBLBaseComponents">7645184</Build> | |
| <DoExpressCheckoutPaymentResponseDetails xmlns="urn:ebay:apis:eBLBaseComponents" xsi:type="ebl:DoExpressCheckoutPaymentResponseDetailsType"> | |
| <Token xsi:type="ebl:ExpressCheckoutTokenType">EC-8YS67940TB3331710</Token> | |
| <PaymentInfo xsi:type="ebl:PaymentInfoType"> | |
| <TransactionID>3T7552614D964370X</TransactionID> | |
| <ParentTransactionID xsi:type="ebl:TransactionId"> | |
| </ParentTransactionID> | |
| <ReceiptID> | |
| </ReceiptID> | |
| <TransactionType xsi:type="ebl:PaymentTransactionCodeType">express-checkout</TransactionType> | |
| <PaymentType xsi:type="ebl:PaymentCodeType">instant</PaymentType> | |
| <PaymentDate xsi:type="xs:dateTime">2013-09-13T10:16:40Z</PaymentDate> | |
| <GrossAmount xsi:type="cc:BasicAmountType" currencyID="USD">22.00</GrossAmount> | |
| <FeeAmount xsi:type="cc:BasicAmountType" currencyID="USD">1.16</FeeAmount> | |
| <TaxAmount xsi:type="cc:BasicAmountType" currencyID="USD">0.00</TaxAmount> | |
| <ExchangeRate xsi:type="xs:string"> | |
| </ExchangeRate> | |
| <PaymentStatus xsi:type="ebl:PaymentStatusCodeType">Completed</PaymentStatus> | |
| <PendingReason xsi:type="ebl:PendingStatusCodeType">none</PendingReason> | |
| <ReasonCode xsi:type="ebl:ReversalReasonCodeType">none</ReasonCode> | |
| <ProtectionEligibility xsi:type="xs:string">Eligible</ProtectionEligibility> | |
| <ProtectionEligibilityType xsi:type="xs:string">ItemNotReceivedEligible,UnauthorizedPaymentEligible</ProtectionEligibilityType> | |
| <SellerDetails xsi:type="ebl:SellerDetailsType"> | |
| <SecureMerchantAccountID xsi:type="ebl:UserIDType">TWLK53YN7GDM6</SecureMerchantAccountID> | |
| </SellerDetails> | |
| </PaymentInfo> | |
| <SuccessPageRedirectRequested xsi:type="xs:string">false</SuccessPageRedirectRequested> | |
| <CoupledPaymentInfo xsi:type="ebl:CoupledPaymentInfoType"> | |
| </CoupledPaymentInfo> | |
| </DoExpressCheckoutPaymentResponseDetails> | |
| </DoExpressCheckoutPaymentResponse> | |
| </SOAP-ENV:Body> | |
| </SOAP-ENV:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment