authorizationExpiry property

int? get authorizationExpiry
inherited

Epoch timestamp in seconds. The expiry duration must be less than the expiry granted to the merchant.

Note: The expiry, in case of authorization with PAY_LATER_CC, is subject to be shortened under special circumstances such as user has cancelled PayLater, etc. In such cases, PayPay will notify merchant in advance of an updated (shortened) the expiry before merchant's authorization period expires via webhook notification (see the section Transaction Events > AUTHORIZED | Create a payment authorization). It is suggested for merchant to implement proper handling after consuming such an event to avoid capture failure.

Implementation

int? get authorizationExpiry => throw _privateConstructorUsedError;