Flashpay API
  1. Quick Start
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
  1. Quick Start

Integrating Flashpay in Your Frontend 

Creating the Payment Form#

Form Setup: Create a form to collect payment details from the user (amount, currency, description, bank).
Form Submission: On form submission, send the payment details to your server's payment creation endpoint.
Redirect: Redirect the user to the paymentUrl received from your server.

Handling form submission#

Flashpay on Github.#

View our example integration
Previous
Configuring the Server
Next
New payment request
Built with