![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
react-native-stripe-api
Advanced tools
Little Stripe library for React-Native.
$ npm i react-native-stripe-api --save
or
$ yarn add react-native-stripe-api
fixed since 0.1.0
)https://github.com/xcarpentier/react-native-stripe-api/issues/8
This lib need a Stripe API Key
const apiKey = '<your Stripe API Key>';
const client = new Stripe(apiKey);
// Create a Stripe token with new card infos
const token = await client.createToken('4242424242424242' , '09', '18', '111');
// Create a new customer and link your new card
// const customer = await client.createCustomer(token.id, 'customer@email.com', '<Your user ID>', 'John', 'Doe');
// Create charge, 1 USD
// const charge = await client.createCharge(1 * 100, customer.id, 'Payment example','USD');
Name | Return Type | Arguments | Description |
---|---|---|---|
createToken | Promise |
| Create a new token (equivalent of a new card) |
Promise |
| Create a new customer and add card (or token) | |
Promise | customerId: string | Retrieve customer by its id | |
Promise |
| Create a new charge | |
Promise | chargeId: string | Refund a previous charge | |
Promise |
| Add a new card to a customer | |
Promise |
| Delete a card from a customer | |
Promise |
| Subscribes a customer to a subscription plan | |
Promise |
| Retrieve the data of a subscription |
> Android 4.4
see https://github.com/xcarpentier/react-native-stripe-api/issues/5@xcapentier The main author.
PRs are welcome !
Feel free to contact me or create an issue
made with ♥
FAQs
A small React Native library for Stripe Rest API
The npm package react-native-stripe-api receives a total of 0 weekly downloads. As such, react-native-stripe-api popularity was classified as not popular.
We found that react-native-stripe-api demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.