Skip to content

Commit 6b86066

Browse files
authored
Merge pull request #62 from maria-simon/master
Updated README.md file for chase pay transactions
2 parents 0d872eb + 6d3520f commit 6b86066

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,23 @@ Additionally, you can find details and examples of how our API is structured in
6464

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

67+
## Create a Chase Pay Transaction
68+
69+
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.
70+
71+
The following information is required in the request:
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**.
78+
79+
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 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
83+
6784

6885
## Building & Testing the SDK
6986

0 commit comments

Comments
 (0)