Skip to content

Instantly share code, notes, and snippets.

@GJSissons
Created November 4, 2015 21:42
Show Gist options
  • Save GJSissons/9a067835895564d68b2d to your computer and use it in GitHub Desktop.
Save GJSissons/9a067835895564d68b2d to your computer and use it in GitHub Desktop.
Express API CreditCardReturnReponse
<CreditCardReturnResponse xmlns='https://transaction.elementexpress.com'>
<Response>
<ExpressResponseCode>0</ExpressResponseCode>
<ExpressResponseMessage>Approved</ExpressResponseMessage>
<HostResponseCode>000</HostResponseCode>
<HostResponseMessage>AP</HostResponseMessage>
<ExpressTransactionDate>20151021</ExpressTransactionDate>
<ExpressTransactionTime>070404</ExpressTransactionTime>
<ExpressTransactionTimezone>UTC-05:00:00</ExpressTransactionTimezone>
<Batch>
<HostBatchID>1</HostBatchID>
<HostItemID>4</HostItemID>
<HostBatchAmount>20.00</HostBatchAmount>
</Batch>
<Card>
<CardLogo>Mastercard</CardLogo>
<CardNumberMasked>xxxx-xxxx-xxxx-6781</CardNumberMasked>
</Card>
<Transaction>
<TransactionID>2005663709</TransactionID>
<ApprovalNumber>000004</ApprovalNumber>
<ProcessorName>NULL_PROCESSOR_TEST</ProcessorName>
<TransactionStatus>Approved</TransactionStatus>
<TransactionStatusCode>1</TransactionStatusCode>
</Transaction>
</Response>
</CreditCardReturnResponse>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment