Jump to Content
PayGreen Documentation
GuidesAPI Reference
v3

Log InPayGreen Documentation
Guides
Log In
v3GuidesAPI Reference

Documentation

  • Getting Started with PayGreen
  • How to use Paygreen
  • Test cards

API Resources

  • Endpoints
  • API Key Concepts
    • Authentication
    • Requests
    • HTTP response codes
  • Payment
    • Payment methods
    • Payment Orders
      • Create
      • Capture
      • Refund
    • Transactions
  • Notifications
    • Events
    • Listeners
    • Notifications
  • Shop
    • Create
    • MCC reference list
    • Compliance
  • Payment config
    • Add to my shop
    • Manage payment config
      • Create
      • Update
      • Reuse card proposal
      • Payment config status

PaygreenJS

  • Introduction
  • Building Your Application
    • 1. Install PaygreenJS
    • 2. Place HTML Skeleton
    • 3. Init the library
  • How PaygreenJS handle payment
  • Functions
  • Modes
    • Which mode to choose ?
  • Payment methods
  • Events
  • Error handling
  • Customization
    • Examples
  • Types
  • React
  • Examples
    • Meal Vouchers + Bank Card

SDK's

  • PHP Client
    • Auth API
    • Payment API
    • Account API
    • Notification API

CMS Integration

  • Prestashop
  • WordPress

Status

  • Status | API & Platform
Powered by 

Payment methods

Suggest Edits

Payment-methods

Here is all available payment methods in PaygreenJS that you can pass in paymentMethod attribute on paygreenjs.init()

  • Bank Card (VAD/SVAD) →bank_card
  • Amex → amex
  • Conecs → conecs
  • Restoflash →restoflash
  • Swile → swile
  • ANCV → ancv
  • Bancontact →bancontact

Only available from the Paygreen payment page

  • ApplePay → apple_pay
  • GoolgePay → google_pay

Updated 8 months ago


  • Table of Contents
    • Payment-methods