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
+11-10Lines changed: 11 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -82,21 +82,22 @@ Additionally, you can find details and examples of how our API is structured in
82
82
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.
83
83
84
84
## Create a Chase Pay Transaction
85
+
85
86
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.
86
87
87
88
The following information is required in the request:
88
-
89
-
- The payment token,
90
-
- The expiration date,
91
-
- The cryptogram received from the token provider,
92
-
- The tokenRequestorName,
93
-
- The tokenRequestorId, and
94
-
- The tokenRequestorEci.
89
+
- The **payment token**,
90
+
- The **expiration date**,
91
+
- The **cryptogram** received from the token provider,
92
+
- The **tokenRequestorName**,
93
+
- The **tokenRequestorId**, and
94
+
- The **tokenRequestorEci**.
95
95
96
96
When using the SDK to submit Chase Pay transactions, consider the following points:
97
-
- TokenRequesterName must be populated with “CHASE_PAY”
98
-
- TokenRequestorID must be populated with <tokenRequestorID> as provided by Chase Pay services for each transaction during consumer checkout
99
-
- TokenRequesterECI must be populated with <eciIndicator> as provided by Chase Pay services for each transaction during consumer checkout
97
+
-`tokenRequesterName` must be populated with **`”CHASE_PAY”`**
98
+
-`tokenRequestorId` must be populated with the **`Token Requestor ID`** provided by Chase Pay services for each transaction during consumer checkout
99
+
-`tokenRequesterEci` must be populated with the **`ECI Indicator`** provided by Chase Pay services for each transaction during consumer checkout
0 commit comments