Rapyd Samples
Explore comprehensive code samples, tutorials, and developer resources using the Rapyd API.
Pinned Repositories
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.
flutter-donation
A simple flutter app to demonstrate how to use Rapyd collection API for payment collection
nodejs-payment-gateway-integration-with-rapyd
Rapyd Collect is a payment gateway platform that enables businesses and individuals (clients) to accept payment fast, easily, securely, globally, and via multiple channels. Its security while managing sensitive information is assured with a Level 1 service provider certification.
rapyd-checkout-example
A walk through of the steps for building a hosted checkout page with Rapyd Checkout and then embedding it in your website using Rapyd’s Checkout Toolkit.
rapyd-payments-learning-resources
Start here to learn more about Rapyd and our APIs. Links to resources that can help you get started.
Rapyd-Python-SDK
rapyd-request-signatures
When you send a request, you calculate the signature and insert the result into the signature header. When the platform receives the request, it performs the same signature calculation. If the resulting values do not match, the request is rejected.
RapydOpenAPI
This official repository contains the OpenAPI specifications for Rapyd.
rpyd
Rapyd's CLI tool allows developers to interact directly with its API endpoints in a simplified manner. This streamlined approach enables sending requests and receiving responses without the complexities of a graphical interface, making the testing process more efficient.
whatsapp-checkout
Learn how to send requests and catch webhooks using Rapyd Checkout and WhatsApp.
Rapyd Samples's Repositories
Rapyd-Samples/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.
Rapyd-Samples/RapydOpenAPI
This official repository contains the OpenAPI specifications for Rapyd.
Rapyd-Samples/whatsapp-checkout
Learn how to send requests and catch webhooks using Rapyd Checkout and WhatsApp.
Rapyd-Samples/flutter-forms
This project is an accompaniment to an article detailing how to build, style and validate a basic Flutter form.
Rapyd-Samples/nodejs-payment-gateway-integration-with-rapyd
Rapyd Collect is a payment gateway platform that enables businesses and individuals (clients) to accept payment fast, easily, securely, globally, and via multiple channels. Its security while managing sensitive information is assured with a Level 1 service provider certification.
Rapyd-Samples/rapyd-checkout-example
A walk through of the steps for building a hosted checkout page with Rapyd Checkout and then embedding it in your website using Rapyd’s Checkout Toolkit.
Rapyd-Samples/Rapyd-Python-SDK
Rapyd-Samples/Building-a-Travel-Agency-Website-with-the-Rapyd-Payment-Gateway-Python-Flask-and-React
Build a robust travel agency web application that enables users to register, log in, explore listed trips, and book their desired journeys with ease. Seamlessly integrate Rapyd's payment processing capabilities into your Python and React application to offer secure and efficient payment solutions for travelers.
Rapyd-Samples/Creating-and-Paying-a-Delivery-Invoice-with-the-Rapyd-API
Creating and Paying a Delivery Invoice with the Rapyd API article to learn how to implement an invoicing app using Next.js and the Rapyd API.
Rapyd-Samples/gig-economy-payment-app
Gig Economy app using Rapyd API - Rapyd Disburse lets you pay contractors, workers, suppliers, or any business. In this guide, you’ll learn how to use the Rapyd Disburse API to build a gig payment app for freelancers. The app will allow freelancers to add their profile and bank details and request payments on demand or periodically.
Rapyd-Samples/python-payment-gateway-using-rapyd
Learn how to integrate Rapyd Collect’s Hosted Checkout workflow in a Python application
Rapyd-Samples/rapyd-basic-payroll-app-with-disburse
The app has a user interface that displays the employee’s profile, bank details, and salary and the employee status toggle. You’ll develop the user interface using Next.js, a frontend technology framework. Additionally, you’ll leverage the Next.js server API capability as the backend to handle the application logic and Rapyd Disburse API.
Rapyd-Samples/rapyd-checkout-invoice
Learn how you can email invoices to your customers after checking out with Rapyd in a single integration offering.
Rapyd-Samples/rapyd-curl-request-signature
Make a GET request to List Countries and start testing the Rapyd API.
Rapyd-Samples/rapyd-openapi-flutter-checkout-demo
How to integrate Rapyd’s OpenAPI into an existing Flutter application, which has a product page, checkout button, and payment success and failure pages.
Rapyd-Samples/rapyd-request-signatures-php
Learn how to implement request signatures in PHP in order to authenticate and send requests to the Rapyd API. To do so, you’ll create a fresh PHP application that sends requests to the Rapyd API to retrieve the available payment methods for a specific country and displays the response in HTML. PHP powers applications like Facebook, Wordpress, Wikip
Rapyd-Samples/unofficial-rapyd-node-sdk
Unofficial Rapyd JS SDK
Rapyd-Samples/Using-GPT-4-and-Rapyd-to-Create-a-Payment-Workflow
How to use GPT-4 to create a secure payment form and workflow using Rapyd's API.
Rapyd-Samples/woocommerce-create-payment
The project purpose is to show how to create a secure PCI compliant payment using credit card, then save the tokens of the card and create a payment using this tokens.
Rapyd-Samples/checkout-toolkit-demo
Checkout Toolkit has been designed to embed directly into shopping cart payment acceptance fields giving you more control over the entire checkout experience.
Rapyd-Samples/java-payment-gateway-using-rapyd
A simple Java-based webstore that uses Rapyd's hosted Checkout screen.
Rapyd-Samples/.github
Rapyd-Samples/Handling-Trial-Periods-with-the-Rapyd-Collect-API
Learn how to implement a subscription model with the free trial technique for your SaaS product using the Rapyd Collect API. Rapyd Collect is a global payment acceptance platform that helps businesses transact with their locally-preferred payment methods. Rapyd is on a mission to liberate global commerce with all the tools you need for payments, pa
Rapyd-Samples/php-payment-gateway-using-rapyd
In the example used in this tutorial, you’ll integrate a payment gateway to collect payment for the online purchase of a book. The step-by-step section below will guide you through how to create a Rapyd Account, how to bootstrap a new PHP application, and how to create and customize a Rapyd checkout page.
Rapyd-Samples/rapyd-api-signature-snippets
How to generate Rapyd API signatures easily across a wide array of programming languages and frameworks
Rapyd-Samples/rapyd-bank-transfer
The bank transfer method is a highly in-demand option for payment, but implementing it can be a huge pain. Managing various banks’ different techniques and internationalizing is a challenging task, but it can be made much easier with the right solution.
Rapyd-Samples/rapyd-disburse-swift-payouts
By the end of this tutorial, you will be able to use Rapyd’s sandbox environment to get API keys, perform and authorize API requests, create a Node.js app that uses the Rapyd Disburse API to easily send Swift payments to your customers and employees, and use Rapyd webhooks to listen to and confirm payout transactions upon completion.
Rapyd-Samples/rapyd-open-api-with-flutter
Using Rapyd OpenAPI in a Flutter application.
Rapyd-Samples/rapyd-recurring-charges-example
Create a simple application to collect recurring payments for a monthly parking subscription. To implement the application, you’ll create customer profiles, link payment methods with customers, and set up recurring charges using a Node.js server.
Rapyd-Samples/Ruby-on-Rails-with-Rapyd-API
How to integrate Rapyd payment gateway in a Ruby on Rails app