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
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,22 @@ The API Reference contains details and examples of the structure and formatting
83
83
84
84
Use the examples in the API Reference to determine which methods and information to include in an API 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
0 commit comments