neszt / revolut-merchant-api-example-next-js

Revolut Merchant API Integration Example for React.js + Next.js

Home Page:https://kw845.sse.codesandbox.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Revolut Merchant API Integration Example for React.js + Next.js

Screenshot 2020-04-08 at 13 26 14

Edit revolut-checkout-widget-next-example

System Requirements

  • Node.js 10 or later
  • MacOS, Windows (including WSL), and Linux are supported

Setup

Clone this repo:

$ git clone https://github.com/revolut-engineering/revolut-merchant-api-example-next-js.git
$ cd revolut-merchant-api-example-next-js

Install dependencies:

$ npm install

Create a Revolut Business sandbox account https://sandbox-business.revolut.com

Run dev server (replace XXXX with api token from https://sandbox-business.revolut.com/merchant/api):

$ REVOLUT_API_KEY=XXXX npm run dev

Open web browser: http://localhost:3000

Documentation

Read more in our official developer portal.

Related


© Revolut LTD

About

Revolut Merchant API Integration Example for React.js + Next.js

https://kw845.sse.codesandbox.io/


Languages

Language:JavaScript 98.1%Language:CSS 1.9%