PayOrderRequest

April 22, 2020 ยท View on GitHub

Description

Defines the fields that are included in requests to the PayOrder endpoint.

Properties

NameGetterSetterTypeDescriptionNotes
idempotency_keygetIdempotencyKey()setIdempotencyKey($value)stringA 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.
order_versiongetOrderVersion()setOrderVersion($value)intThe version of the order being paid. If not supplied, the latest version will be paid.[optional]
payment_idsgetPaymentIds()setPaymentIds($value)string[]The IDs of the `payments` to collect. The payment total must match the order total.[optional]

Note: All properties are protected and only accessed via getters and setters.

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