|
1 | 1 | # Authorize.Net Python SDK
|
| 2 | +# Authorize.Net Python SDK |
2 | 3 |
|
3 | 4 | [](https://travis-ci.org/AuthorizeNet/sdk-python)
|
4 | 5 | [](https://coveralls.io/github/AuthorizeNet/sdk-python?branch=master)
|
@@ -80,21 +81,21 @@ Additionally, you can find details and examples of how our API is structured in
|
80 | 81 | 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.
|
81 | 82 |
|
82 | 83 | ## Create a Chase Pay Transaction
|
| 84 | + |
83 | 85 | 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.
|
84 | 86 |
|
85 | 87 | The following information is required in the request:
|
86 |
| - |
87 |
| -- The payment token, |
88 |
| -- The expiration date, |
89 |
| -- The cryptogram received from the token provider, |
90 |
| -- The tokenRequestorName, |
91 |
| -- The tokenRequestorId, and |
92 |
| -- The tokenRequestorEci. |
| 88 | +- The **payment token**, |
| 89 | +- The **expiration date**, |
| 90 | +- The **cryptogram** received from the token provider, |
| 91 | +- The **tokenRequestorName**, |
| 92 | +- The **tokenRequestorId**, and |
| 93 | +- The **tokenRequestorEci**. |
93 | 94 |
|
94 | 95 | When using the SDK to submit Chase Pay transactions, consider the following points:
|
95 |
| -- TokenRequesterName must be populated with “CHASE_PAY” |
96 |
| -- TokenRequestorID must be populated with <tokenRequestorID> as provided by Chase Pay services for each transaction during consumer checkout |
97 |
| -- TokenRequesterECI must be populated with <eciIndicator> as provided by Chase Pay services for each transaction during consumer checkout |
| 96 | +- `tokenRequesterName` must be populated with **`”CHASE_PAY”`** |
| 97 | +- `tokenRequestorId` must be populated with the **`Token Requestor ID`** provided by Chase Pay services for each transaction during consumer checkout |
| 98 | +- `tokenRequesterEci` must be populated with the **`ECI Indicator`** provided by Chase Pay services for each transaction during consumer checkout |
98 | 99 |
|
99 | 100 | ## Building & Testing the SDK
|
100 | 101 |
|
|
0 commit comments