Skip to content

Commit bc30a3e

Browse files
authored
Merge pull request AuthorizeNet#140 from AuthorizeNet/future
Future
2 parents e1a2a43 + 8db37a8 commit bc30a3e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,22 @@ The API Reference contains details and examples of the structure and formatting
8383

8484
Use the examples in the API Reference to determine which methods and information to include in an API request using this SDK.
8585

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
86102

87103
## Building & Testing the SDK
88104

0 commit comments

Comments
 (0)