ShopifyPaymentsExtendedAuthorization object
Presents all Shopify Payments information related to an extended authorization.
Required access
read_orders
access scope.
On this page
Fields
- extendedAuthorizationExpiresAt (
[DateTime!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01)
)
The time after which the extended authorization expires. After the expiry, the merchant is unable to capture the payment. - standardAuthorizationExpiresAt (
[DateTime!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01)
)
The time after which capture will incur an additional fee.
Types that return ShopifyPaymentsExtendedAuthorization
[ShopifyPaymentsTransactionSet.extendedAuthorizationSet](https://shopify.dev/docs/admin-api/graphql/reference/orders/shopifypaymentstransactionset#extendedauthorizationset-2021-01)