This repository has been archived by the owner on Aug 26, 2020. It is now read-only.
forked from Strikewood/omnipay-first-atlantic-commerce
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added the ability to created a tokenized card on FAC during an author…
…ize request.
- Loading branch information
Derek Caswell
committed
Feb 17, 2017
1 parent
98bbf7f
commit 60216d1
Showing
5 changed files
with
90 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
HTTP/1.1 201 OK | ||
Date: Tue, 11 Feb 2014 02:34:58 GMT | ||
Content-type: text/html; charset=utf-8 | ||
|
||
<AuthorizeResponse xmlns="http://schemas.firstatlanticcommerce.com/gateway/data"> | ||
<ExtensionData/> | ||
<AcquirerId>464748</AcquirerId> | ||
<CreditCardTransactionResults> | ||
<ExtensionData/> | ||
<AVSResult/> | ||
<AuthCode>123456</AuthCode> | ||
<CVV2Result>M</CVV2Result> | ||
<OriginalResponseCode>00</OriginalResponseCode> | ||
<PaddedCardNumber>XXXXXXXXXXXX1111</PaddedCardNumber> | ||
<ReasonCode>1</ReasonCode> | ||
<ReasonCodeDescription>Transaction is approved.</ReasonCodeDescription> | ||
<ReferenceNumber>307916543749</ReferenceNumber> | ||
<ResponseCode>1</ResponseCode> | ||
<TokenizedPAN>411111_000011111</TokenizedPAN> | ||
</CreditCardTransactionResults> | ||
<MerchangtId>123</MerchangtId> | ||
<Signature>qx6W+o50NL4XlqH0+Z/eSx3qrCU=</Signature> | ||
<SignatureMethod>SHA1</SignatureMethod> | ||
</AuthorizeResponse> |