
Company News
/Security News
Socket Selected for OpenAI's Cybersecurity Grant Program
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.
getflick-react-native
Advanced tools
A powerful and secure payment SDK for React Native applications that enables seamless integration of payment processing capabilities.
npm install getflick-react-native
import { FlickProvider, FlickPound } from 'getflick-react-native';
function PoundPaymentScreen() {
const handleError = (error) => {
console.error('Payment Error:', error);
// Handle error appropriately
};
const handleSuccess = (data) => {
console.log('Payment Success:', data);
// Handle successful payment
};
return (
<FlickProvider
environment="production"
apiKey="YOUR_API_KEY"
onError={handleError}
onSuccess={handleSuccess}
>
<FlickPound
config={{
amount: 500, // Amount in pence
cust_email: 'customer@example.com',
currency: 'GBP',
redirectUrl: 'payer://confirm-send',
}}
/>
</FlickProvider>
);
}
| Prop | Type | Required | Description |
|---|---|---|---|
| environment | 'production' | 'sandbox' | Yes | The environment to use for payments |
| apiKey | string | Yes | Your Flick API key |
| onError | function | Yes | Callback for payment errors |
| onSuccess | function | Yes | Callback for successful payments |
| Prop | Type | Required | Description |
|---|---|---|---|
| amount | number | Yes | Payment amount in pence |
| cust_email | string | Yes | Customer email address |
| redirectUrl | string | No | Redirect url after authorization |
MIT
FAQs
A payment sdk for react native
We found that getflick-react-native demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.