Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@banked/rn-banked-checkout

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@banked/rn-banked-checkout

React Native Banked checkout

  • 0.1.11
  • latest
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

rn-banked-checkout

Version

The Banked React Native component that offers an interface for processing a payment session created using the Banked API.

Installation

Install the package with

npm install @banked/rn-banked-checkout
# or
yarn add @banked/rn-banked-checkout

Link the dependencies

react-native link @banked/rn-banked-checkout
# or
yarn add @banked/rn-banked-checkout

Usage

Import the Checkout component

import Checkout from '@banked/rn-banked-checkout';

Add the Checkout component to your code

<Checkout paymentId = {YOUR_PAYMENT_ID}
                  apiKey = {YOUR_CLIENT_KEY}
                  onCancel={YOUR_CANCEL_HANDLER}/>

YOUR_PAYMENT_ID is the id you received when creating the payment (see https://developer.banked.com/reference#getting-started-with-your-api)
YOUR_CLIENT_KEY is the key you can retrieve from the console: https://console.banked.com/client_keys

License

Banked

FAQs

Package last updated on 01 Sep 2020

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc