Skip to content

Commit 15026eb

Browse files
Chase pay changes
1 parent 9dc169e commit 15026eb

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,21 +82,22 @@ Additionally, you can find details and examples of how our API is structured in
8282
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.
8383

8484
## Create a Chase Pay Transaction
85+
8586
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.
8687

8788
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**.
9595

9696
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
100+
100101

101102
## Building & Testing the SDK
102103
Build the SDK with Maven

0 commit comments

Comments
 (0)