Coder Social home page Coder Social logo

lgc33 / accept-payments Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mongoloidkhulmikuki366385/accept-payments

0.0 0.0 0.0 619 KB

Explore top payment methods to learn how you can build with Rapyd in a single integration offering customers their preferred local payment features.

Home Page: https://docs.rapyd.net/build-with-rapyd/docs/rapyd-collect-overview-1

License: MIT License

Shell 0.13% JavaScript 13.22% Python 11.12% PHP 19.69% C# 20.00% TypeScript 18.22% CSS 2.86% HTML 14.26% Dockerfile 0.51%

accept-payments's Introduction

Accept Payments

Explore top payment methods to learn how you can build with Rapyd in a single integration offering customers their preferred local payment features.

What do you need to start

  • Rapyd Account (https://dashboard.rapyd.net/sign-up)
  • In order for webhooks to work properly it is necessary to expose the corresponding port of your computer to the outside world (by default port 5000). There are many ways to achieve this. You can use the ngrok application (https://ngrok.com) which will generate a random web address for you and redirect all traffic to a specified port on your local machine
  • Node.js and npm

How to run a sample application

  • Log in to your Rapyd account
  • Make sure you are using the panel in "sandbox" mode (switch in the bottom left part of the panel)
  • Go to the "Developers" tab. You will find your API keys there. Copy them to the version of your sample application of your choice
  • Go to the "Webhooks" tab and enter the URL where the application listens for events. By default it is "https://{YOUR_BASE_URL}/api/webhook" and mark which events should be reported to your app
  • Run the version of the application of your choice

How to run a sample application frontend

  • Open /front/js/config.js file and type your backend URL (by default "http://localhost:5000/api/")
  • Open terminal and type "npm install http-server -g"
  • Open terminal in /front directory and type "http-server".
  • Turn on your browser and go to "http://localhost:8080"

Get Support

accept-payments's People

Contributors

uxdrew avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.