1.0.25 • Published 1 year ago

sayswitch-payment-sdk v1.0.25

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Sayswitch React Native SDK for Mobile Apps

Index

  1. Description
  2. Installation
  3. Versioning
  4. Using the SDK
  5. Request Props

1. Description

This React Native package provides an SDK to add Sayswitch Payments to your React Native applications.

2. Installation

You can pull in sayswitch-payment-sdk via npm:

npm install sayswitch-payment-sdk --save

OR

yarn add sayswitch-payment-sdk

3. Versioning

React Native <= 0.70.5.

4. Using the SDK

This gives a run down of how to make use of the Sayswitch React-Native SDK

import { PaymentSDK } from "sayswitch-payment-sdk";
<PaymentSDK
  first_name={"John"}
  last_name={"Doe"}
  phone_number={"+23480123456789"}
  email={"johndoe@gmail.com"}
  amount={100}
  currency="NGN"
  isOpen={isModalOpen} //create a local state to toggle modal
  toggle={setIsModalOpen} //set local state to toggle modal
  notClosable={false}
  apiKey="PA-PUbtest-000111222333444555666777" // API key provided from the sayswitch merchant dashboard
  encryptionKey="ebub838rh3bu38h438b48b83n83nff8aewe83r83847BBCJSJUCNWEKAAUEBFU237273823UCBBEC" //encryption key provided from the sayswitch merchant dashboard
/>;

5. Request Props

ArgumentTypeRequired
first_namestringYes
last_namestringYes
phone_numberstringYes
amountnumberYes
isOpenbooleanYes
togglefunctionyes {typically setState for isOpen state}
notClosablebooleanNo
apiKeystringyes
encryptionKeystringyes
onSuccessfunctionNo
onFailurefunctionNo
1.0.25

1 year ago

1.0.24

1 year ago

1.0.23

1 year ago

1.0.22

1 year ago

1.0.21

1 year ago

1.0.20

1 year ago

1.0.19

1 year ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago