@wedoogift/react-native-checkout-payment
React native implementation of the Checkout.com Android and iOS SDK to create credit card token for use with their payment solution.
Found 4 results for checkout.com
React native implementation of the Checkout.com Android and iOS SDK to create credit card token for use with their payment solution.
```javascript const api = new ApiClient({ secretKey: 'secret', privatKey: 'privat', env: 'LIVE', // 'SANDBOX' // optional debugMode: true, // optional })
Simple library with low level of abstraction
TODO