Socket
Socket
Sign inDemoInstall

atlas-webpay

Package Overview
Dependencies
17
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    atlas-webpay

Raven Atlas NodeJS Payment SDK


Version published
Maintainers
1
Created

Readme

Source

Atlas Pay by Raven

NPM version Build npm-typescriptLicense]github-license-url

Atlas Pay by Raven bank allows you recieve payments and build powerful checkout experience on your website and apps, to use this you will need to create an account on raven atlas, visit, "Raven bank" for more.

Live Demo

✨ Features

  • Card Payments. (Visa, MasterCard)
  • USSD Payment.
  • Bank Transfers.
  • NQR Payments.
  • Pay with Raven.

Installation:

npm install atlas-pay

or

```bash
yarn add atlas-pay

Usage :

Atlas-Pay provides you with few Javascript API's to interact with below is an example implementation of the atlas-pay library:

import React from 'react'
import ReactDOM from 'react-dom/client'
import { RavenButton } from 'raven-bank-ui'

const root = ReactDOM.createRoot(document.getElementById('root') as HTMLElement)
root.render(
    <React.StrictMode>
        <div>
            <h2>My Raven Button</h2>
            <RavenButton />
        </div>
        <hr />
    </React.StrictMode>,
)

"postbuild": "node scripts/copy && npm run size",

Keywords

FAQs

Last updated on 21 Apr 2023

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc