You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 23, 2021. It is now read-only.
**If you have feedback about the new SDKs, or just want to talk to other Square Developers, request an invite to the new [slack community for Square Developers](https://squ.re/2GUW1SQ)**
@@ -125,6 +133,29 @@ namespace Example
125
133
```
126
134
More examples are available at [connect-api-examples](https://github.com/square/connect-api-examples)
**AccountId** | **string** | ID for the account used to fund the payment. | [optional]
12
+
**Status** | **string** | The balance payment’s current state. Can be `COMPLETED` or `FAILED`. | [optional]
13
+
14
+
15
+
16
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**Orders** | [**List<Order>**](Order.md) | The requested orders. This will omit any requested orders that do not exist or are not charged. | [optional]
12
12
**Errors** | [**List<Error>**](Error.md) | Any errors that occurred during the request. | [optional]
13
-
**UnconvertibleTransactionIds** | **List<string>** | List of transaction ids within the requested set of ids that encountered transformation issues when being converted to an Order. | [optional]
**IdempotencyKey** | **string** | `idempotency_key` identifying the payment to be canceled. |
12
+
13
+
14
+
15
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**Errors** | [**List<Error>**](Error.md) | Any errors that occurred during the request. | [optional]
12
+
13
+
14
+
15
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**Status** | **string** | The card payment's current state. It can be one of: `AUTHORIZED`, `CAPTURED`, `VOIDED`, `FAILED`. | [optional]
**EntryMethod** | **string** | The method used to enter the card's details for the payment. Can be `KEYED`, `SWIPED`, `EMV`, `ON_FILE`, or `CONTACTLESS`. | [optional]
14
+
**CvvStatus** | **string** | Status code returned from the Card Verification Value (CVV) check. | [optional]
15
+
**AvsStatus** | **string** | Status code returned from the Address Verification System (AVS) check. | [optional]
16
+
**AuthResultCode** | **string** | Status code returned by the card issuer that describes the payment's authorization status. | [optional]
17
+
**ApplicationIdentifier** | **string** | For EMV payments, identifies the EMV application used for the payment | [optional]
18
+
**ApplicationName** | **string** | For EMV payments, the human-readable name of the EMV application used for the payment. | [optional]
19
+
**ApplicationCryptogram** | **string** | For EMV payments, the cryptogram generated for the payment. | [optional]
20
+
**Errors** | [**List<Error>**](Error.md) | Information on errors encountered during the request. | [optional]
21
+
22
+
23
+
24
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/ChargeRequest.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
### Description
4
4
5
-
Defines the parameters that can be included in the body of a request to the Charge endpoint.
5
+
Defines the parameters that can be included in the body of a request to the [Charge](#endpoint-charge) endpoint. Deprecated - recommend using [CreatePayment](#endpoint-payments-createpayment)
Copy file name to clipboardExpand all lines: docs/ChargeResponse.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
### Description
4
4
5
-
Defines the fields that are included in the response body of a request to the Charge endpoint. One of `errors` or `transaction` is present in a given response (never both).
5
+
Defines the fields that are included in the response body of a request to the [Charge](#endpoint-charge) endpoint. One of `errors` or `transaction` is present in a given response (never both).
Completes a payment. By default, payments are set to autocomplete immediately after they are created. To complete payments manually, set `autocomplete` to false.
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**Errors** | [**List<Error>**](Error.md) | Information on errors encountered during the request | [optional]
12
+
**Payment** | [**Payment**](Payment.md) | The successfully completed `Payment`. | [optional]
13
+
14
+
15
+
16
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments