You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-1Lines changed: 17 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,22 @@ Additionally, you can find details and examples of how our API is structured in
83
83
84
84
The API Reference Guide provides examples of what information is needed for a particular request and how that information would be formatted. Using those examples, you can easily determine what methods would be necessary to include that information in a request using this SDK.
85
85
86
+
## Create a Chase Pay Transaction
87
+
88
+
Use this method to authorize and capture a payment using a tokenized credit card number issued by Chase Pay. Chase Pay transactions are only available to merchants using the Paymentech processor.
89
+
90
+
The following information is required in the request:
91
+
- The **payment token**,
92
+
- The **expiration date**,
93
+
- The **cryptogram** received from the token provider,
94
+
- The **tokenRequestorName**,
95
+
- The **tokenRequestorId**, and
96
+
- The **tokenRequestorEci**.
97
+
98
+
When using the SDK to submit Chase Pay transactions, consider the following points:
99
+
-`tokenRequesterName` must be populated with **`”CHASE_PAY”`**
100
+
-`tokenRequestorId` must be populated with the **`Token Requestor ID`** provided by Chase Pay services for each transaction during consumer checkout
101
+
-`tokenRequesterEci` must be populated with the **`ECI Indicator`** provided by Chase Pay services for each transaction during consumer checkout
86
102
87
103
## Building & Testing the SDK
88
104
@@ -106,4 +122,4 @@ For additional help in testing your own code, Authorize.Net maintains a [compreh
106
122
107
123
108
124
## License
109
-
This repository is distributed under a proprietary license. See the provided [`LICENSE.txt`](/LICENSE.txt) file.
125
+
This repository is distributed under a proprietary license. See the provided [`LICENSE.txt`](/LICENSE.txt) file.
0 commit comments