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
@@ -3951,6 +3951,10 @@ export type CreatePaymentMethodData = {
3951
3951
};
3952
3952
3953
3953
exporttypeCreatePaymentMethodErrors={
3954
+
/**
3955
+
* Invalid Apple Pay Token<br>Unacceptable Brand On Apple Pay
3956
+
*/
3957
+
400: ErrorResponse;
3954
3958
/**
3955
3959
* Not Found
3956
3960
*/
@@ -4747,7 +4751,7 @@ export type CreatePaymentFlowData = {
4747
4751
4748
4752
exporttypeCreatePaymentFlowErrors={
4749
4753
/**
4750
-
* Detached Payment Method Not Usable<br>Payment Method Not Owned By Customer<br>Payment Method Type Not Allowed
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
4751
4755
*/
4752
4756
400: ErrorResponse;
4753
4757
/**
@@ -4878,7 +4882,7 @@ export type ConfirmPaymentFlowData = {
4878
4882
4879
4883
exporttypeConfirmPaymentFlowErrors={
4880
4884
/**
4881
-
* 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
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
4882
4886
*/
4883
4887
400: ErrorResponse;
4884
4888
/**
@@ -5342,7 +5346,7 @@ export type CreateSetupFlowData = {
5342
5346
5343
5347
exporttypeCreateSetupFlowErrors={
5344
5348
/**
5345
-
* Detached Payment Method Not Usable<br>Unsupported Payment Method Type<br>Invalid Request
5349
+
* Invalid Request
5346
5350
*/
5347
5351
400: ErrorResponse;
5348
5352
/**
@@ -6115,7 +6119,7 @@ export type CreateCustomerData = {
6115
6119
6116
6120
exporttypeCreateCustomerErrors={
6117
6121
/**
6118
-
* Already Exists ID<br>Unsupported Payment Method Type
0 commit comments