Expand description
An order represents a payment between two or more parties. Use the Orders API to create, update, retrieve, authorize, and capture orders.
Structs§
- Authorize
Order - Authorizes payment for an order. To successfully authorize payment for an order, the buyer must first approve the order or a valid payment_source must be provided in the request. A buyer can approve the order upon being redirected to the rel:approve URL that was returned in the HATEOAS links in the create order response.
- Capture
Order - Captures payment for an order. To successfully capture payment for an order, the buyer must first approve the order or a valid payment_source must be provided in the request. A buyer can approve the order upon being redirected to the rel:approve URL that was returned in the HATEOAS links in the create order response.
- Capture
Order Builder - Builder for
CaptureOrder
. - Create
Order - Creates an order.
- Payment
Source - Payment source used in the capture order endpoint.
- Payment
Source Body - The capture order endpoint body.
- Payment
Source Builder - Builder for
PaymentSource
. - Payment
Source Token - The payment source used to fund the payment.
- Payment
Source Token Builder - Builder for
PaymentSourceToken
. - Show
Order Details - Query an order by id.
Enums§
- Capture
Order Builder Error - Error type for CaptureOrderBuilder
- Payment
Source Builder Error - Error type for PaymentSourceBuilder
- Payment
Source Token Builder Error - Error type for PaymentSourceTokenBuilder