Breathepay Developer Docs
  • Getting Started
  • Test Credentials
  • Hosted Checkout Page
    • The Essentials
  • Payments API
    • The Essentials
    • Frontend JS
    • Backend Code
    • Handling API Responses
    • Refunds & Cancelations
    • 3DS Security
      • Frontend JS
      • Backend Code
Powered by GitBook
On this page

Getting Started

NextTest Credentials

Last updated 1 year ago

There are 3 major ways to take payments with BreathePay

  • Our hosted checkout page (easiest)

  • Our payments API (intermediate)

  • Our payments API with 3DS support (recommended)

You must have a BreathePay merchant ID and secret to use any of the above

For a full example application in PHP/Laravel, visit: and install it

https://github.com/Pickeringwareltd/breathepay

Hosted Checkout Page

Easy

Payments API

Intermediate

High customisation

Payments API with 3DS

Intermediate

Secure & Customisable