Jump to Content
PayGreen Documentation
GuidesRecipesAPI Reference
v3

Log InPayGreen Documentation
Log In
v3GuidesRecipesAPI Reference

Documentation

  • Getting Started with PayGreen
  • Endpoints
  • API Key Concepts
    • Authentication
    • Requests
    • HTTP response codes
  • Test cards
  • PayGreen v2 [legacy]

Integrations

  • How to integrate PayGreen

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

  • Quickstart
  • Presentation
    • Latest release
  • Installation
    • How PaygreenJS handle payment
  • Modes
    • Which mode to choose ?
  • Customization
    • Examples
  • Error handling
  • Events
  • Payment methods
  • Types
  • 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 

Endpoints

Suggest Edits

The API is accessed by making HTTPS requests to a specific version endpoint URL, in which GET, POST and DELETE methods dictate how your interact with the objects available. Every endpoint is accessed only via the SSL-enabled HTTPS (port 443) protocol.

👍

Production

  • API : https://api.paygreen.fr
  • PayGreenJS : https://pgjs.paygreen.fr/latest/paygreen.min.js
  • Back-office : https://app.paygreen.fr

📘

Sandbox

  • API : https://sb-api.paygreen.fr
  • PayGreenJS : https://sb-pgjs.paygreen.fr/latest/paygreen.min.js
  • Back-office : https://sb-app.paygreen.fr

Updated 10 months ago