expo-payments-stripe
Version:
Provides support for payments through Stripe and Apple Pay on iOS (in ExpoKit and bare apps), and Stripe on Android (plus Android Pay with ExpoKit and bare apps).
107 lines (106 loc) • 2.21 kB
TypeScript
declare const _default: Readonly<{
busy: {
errorCode: string;
description: string;
};
cancelled: {
errorCode: string;
description: string;
};
purchaseCancelled: {
errorCode: string;
description: string;
};
sourceStatusCanceled: {
errorCode: string;
description: string;
};
sourceStatusPending: {
errorCode: string;
description: string;
};
sourceStatusFailed: {
errorCode: string;
description: string;
};
sourceStatusUnknown: {
errorCode: string;
description: string;
};
deviceNotSupportsNativePay: {
errorCode: string;
description: string | undefined;
};
noPaymentRequest: {
errorCode: string;
description: string;
};
noMerchantIdentifier: {
errorCode: string;
description: string;
};
noAmount: {
errorCode: string;
description: string;
};
parseResponse: {
errorCode: string;
description: string;
};
activityUnavailable: {
errorCode: string;
description: string;
};
playServicesUnavailable: {
errorCode: string;
description: string;
};
redirectCancelled: {
errorCode: string;
description: string;
};
redirectNoSource: {
errorCode: string;
description: string;
};
redirectWrongSourceId: {
errorCode: string;
description: string;
};
redirectCancelledByUser: {
errorCode: string;
description: string;
};
redirectFailed: {
errorCode: string;
description: string;
};
api: {
errorCode: string;
};
apiConnection: {
errorCode: string;
};
redirectSpecific: {
errorCode: string;
};
card: {
errorCode: string;
};
invalidRequest: {
errorCode: string;
};
stripe: {
errorCode: string;
};
rateLimit: {
errorCode: string;
};
authentication: {
errorCode: string;
};
permission: {
errorCode: string;
};
}>;
export default _default;