Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Files

Latest commit

5cf9e58 · Oct 23, 2019

History

History
19 lines (11 loc) · 1.04 KB

PayOrderRequest.md

File metadata and controls

19 lines (11 loc) · 1.04 KB

Square.Connect.Model.PayOrderRequest

Description

Defines the fields that are included in requests to the PayOrder endpoint. Note: This model is in beta.

Properties

Name Type Description Notes
IdempotencyKey string A value you specify that uniquely identifies this request among requests you've sent. If you're unsure whether a particular payment request was completed successfully, you can reattempt it with the same idempotency key without worrying about duplicate payments. See Idempotency for more information.
OrderVersion int? The version of the order being paid. If not supplied, the latest version will be paid. [optional]
PaymentIds List [optional]

[Back to Model list] [Back to API list] [Back to README]