You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1636,6 +1638,12 @@ export type PaymentFlowResponse = {
1636
1638
* キャンセル日時 (UTC, ISO 8601 形式)
1637
1639
*/
1638
1640
canceled_at: string|null;
1641
+
/**
1642
+
* Expired At
1643
+
*
1644
+
* オーソリの有効期限 (UTC, ISO 8601 形式)
1645
+
*/
1646
+
expired_at?: string|null;
1639
1647
/**
1640
1648
* Metadata
1641
1649
*
@@ -4751,7 +4759,7 @@ export type CreatePaymentFlowData = {
4751
4759
4752
4760
exporttypeCreatePaymentFlowErrors={
4753
4761
/**
4754
-
* Missing Payment Method<br>Detached Payment Method Not Usable<br>Payment Method Not Owned By Customer<br>Payment Method Type Not Allowed<br>Apple Pay Disabled In Livemode<br>Invalid Apple Pay Token<br>Unacceptable Brand On Apple Pay
4762
+
* Missing Payment Method<br>Detached Payment Method Not Usable<br>Payment Method Not Owned By Customer<br>Payment Method Type Not Allowed<br>Extended Authorization Not Available<br>Apple Pay Disabled In Livemode<br>Invalid Apple Pay Token<br>Unacceptable Brand On Apple Pay
4755
4763
*/
4756
4764
400: ErrorResponse;
4757
4765
/**
@@ -4837,7 +4845,7 @@ export type CapturePaymentFlowData = {
4837
4845
4838
4846
exporttypeCapturePaymentFlowErrors={
4839
4847
/**
4840
-
* Invalid Status
4848
+
* Invalid Status<br>Payment Flow Expired
4841
4849
*/
4842
4850
400: ErrorResponse;
4843
4851
/**
@@ -4882,7 +4890,7 @@ export type ConfirmPaymentFlowData = {
4882
4890
4883
4891
exporttypeConfirmPaymentFlowErrors={
4884
4892
/**
4885
-
* Invalid Status<br>Missing Payment Method<br>Detached Payment Method Not Usable<br>Payment Method Not Owned By Customer<br>Customer Required For Payment Method<br>Payment Method Type Not Allowed<br>Apple Pay Disabled In Livemode<br>Invalid Apple Pay Token<br>Unacceptable Brand On Apple Pay
4893
+
* Invalid Status<br>Missing Payment Method<br>Detached Payment Method Not Usable<br>Payment Method Not Owned By Customer<br>Customer Required For Payment Method<br>Payment Method Type Not Allowed<br>Extended Authorization Not Available<br>Apple Pay Disabled In Livemode<br>Invalid Apple Pay Token<br>Unacceptable Brand On Apple Pay
4886
4894
*/
4887
4895
400: ErrorResponse;
4888
4896
/**
@@ -5346,7 +5354,7 @@ export type CreateSetupFlowData = {
0 commit comments