1.3.17 • Published 3 years ago

payout-react-native-sdk v1.3.17

Weekly downloads
152
License
MIT
Repository
github
Last release
3 years ago

Payout React Native SDK

Payout SDK for React native

Installation

Use the package manager to install.

npm i --save payout-react-native-sdk
npm i --save @markodzurik/react-native-webview
cd ios && pod install

Usage

Package exports React Native component

import { PayoutPayment } from 'payout-react-native-sdk';

...

<PayoutPayment checkoutUrl={'your_checkout_url'} uiSettings={'your_ui_settings'} />

...

Props

PropTypeNote
checkoutUrlstringprovide checkout url from checkout request
uiSettings{ }object of UI settings
props{ }props of WebView

UI Settings

Example UI settings object

{
    remove_header: true,
    show_card_payment: false,
    background_color: "#8DA5CC",
    button_border_radius: 12
}

General

AttributeTypeDescriptionExample
colorstringDefault font color for screen.#000000
anchor_colorstringColor of anchors#FFFFFF
background_colorstringBackground color of screen#FFFFFF
form_background_colorstringBackground color of payment formtransparent
form_border_radiusnumberPayment form border radius8
form_border_colorstringPayment form border color#000000
form_border_sizenumberPayment form border size1
form_no_marginboolDisable payment form marginfalse
remove_headerboolRemove payment form headerfalse
remove_footerboolRemove payment form footerfalse
show_card_paymentboolShow card payment methodfalse
show_bank_paymentboolShow bank transfer payment methodfalse
show_online_paymentboolShow online payment methodfalse

####Buttons

AttributeTypeDescriptionExample
button_colorstringButton font color#FFFFFF
button_background_colorstringButton background color#FFFFFF
button_border_sizenumberButton border size1
button_border_colorstringButton border color#FFFFFF
button_border_radiusnumberButton border radius8
button_hover_background_colorstringButton background color on hover#FFFFFF
button_hover_border_colorstringButton border color on hover#FFFFFF
button_hover_colorstringButton font color on hover#FFFFFF

####Card input, Expiration input, CVV input

AttributeTypeDescriptionExample
input_colorstringFont color of input field#000000
input_background_colorstringBackground color of input fieldtransparent
input_border_radiusnumberBorder radius of input field8
input_border_colorstringBorder color of input field#000000
input_border_sizenumberBorder size of input field1

##Demo

Demo app

1.3.10

3 years ago

1.3.13

3 years ago

1.3.14

3 years ago

1.3.11

3 years ago

1.3.12

3 years ago

1.3.17

3 years ago

1.3.15

3 years ago

1.3.16

3 years ago

1.3.9

3 years ago

1.3.8

3 years ago

1.3.7

3 years ago

1.3.6

3 years ago

1.3.5

3 years ago

1.3.4

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago