API reference
Search
K
Links

Authorizations

The authorization object and the allowed CRUD operations on the related resource endpoint
When an order is placed a successful authorization transaction is created and the order's payment status becomes authorized (except for async payments, i.e. Stripe)
Fetching an authorization returns all the information and messages provided by the payment gateway. You can update an authorization to capture or void it.
Data model
Check the related ER diagram and explore the flowchart that illustrates how the authorization resource relates to the order and the other transaction APIs.