Flashpay API
Quick Start
Copy Page
Flashpay API
Quick Start
Overview
Configuring the Server
Integrating Flashpay in Your Frontend
Payments
New payment request
POST
List payments
GET
Payment details
GET
Beneficiaries
Eligible beneficiaries list
GET
Payouts
New payout request
POST
Payout details
GET
Quick Start
Copy Page
Overview
This documentation provides a step-by-step guide for integrating Flashpay's Payment method into your application. Flashpay allows customers to pay through their bank using a secure and straightforward process.
How it works
#
From an implementation perspective, a payment integration contains:
Server-side: a single API call which creates the payment sessions.
Client-side: Api call to retrieve available banks, make payment requests and handle redirects.
Webhook server: receives webhook notifications which tell you what is the outcome of each payment.
Prerequisites
#
A web server capable of handling HTTP requests. (Node.js, Ruby on Rails, Python, etc)
API keys for Flashpay Payment (provided upon registration)
Axios or any HTTP client for making API requests
Next
Configuring the Server