For AI agents: visit https://developers.paygreen.fr/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
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
  • Getting Started
  • Init the library
  • Payment Flow
  • Functions
  • Modes
  • 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 

Account API

Shop

List shop

$client->listShop();

Create a shop

$client->createShop('my-shop-name', 'my-shop-national-id');

Get a shop

$client->getShop('sh_0000');

Updated 12 months ago


Payment API
Notification API
    • Shop
      • List shop
      • Create a shop
      • Get a shop