UNPKG

react-native-moyasar-sdk

Version:

Official React Native Moyasar SDK - Integrate Credit Cards, Apple Pay, Samsung Pay, and STC Pay with simple interfaces for a seamless payment experience in your React Native app

11 lines (10 loc) 220 B
export enum PaymentStatus { initiated = 'initiated', paid = 'paid', failed = 'failed', authorized = 'authorized', captured = 'captured', refunded = 'refunded', voided = 'voided', verified = 'verified', }