Skip to content

Commit 6d3520f

Browse files
committed
README.md updated as per latest comments from Visa
1 parent a479ad3 commit 6d3520f

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

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

6767
## Create a Chase Pay Transaction
68+
6869
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.
6970

7071
The following information is required in the request:
71-
72-
- The payment token,
73-
- The expiration date,
74-
- The cryptogram received from the token provider,
75-
- The tokenRequestorName,
76-
- The tokenRequestorId, and
77-
- The tokenRequestorEci.
72+
- The **payment token**,
73+
- The **expiration date**,
74+
- The **cryptogram** received from the token provider,
75+
- The **tokenRequestorName**,
76+
- The **tokenRequestorId**, and
77+
- The **tokenRequestorEci**.
7878

7979
When using the SDK to submit Chase Pay transactions, consider the following points:
80-
- TokenRequesterName must be populated with CHASE_PAY”
81-
- TokenRequestorID must be populated with <tokenRequestorID> as provided by Chase Pay services for each transaction during consumer checkout
82-
- TokenRequesterECI must be populated with <eciIndicator> as provided by Chase Pay services for each transaction during consumer checkout
80+
- `tokenRequesterName` must be populated with **`CHASE_PAY”`**
81+
- `tokenRequestorId` must be populated with the **`Token Requestor ID`** provided by Chase Pay services for each transaction during consumer checkout
82+
- `tokenRequesterEci` must be populated with the **`ECI Indicator`** provided by Chase Pay services for each transaction during consumer checkout
8383

8484

8585
## Building & Testing the SDK

0 commit comments

Comments
 (0)