PHP Classes

File: src/configuration.json

Recommend this page to a friend!
  Classes of Ewerton Daniel   API picpay PHP SDK for E-Commerce   src/configuration.json   Download  
File: src/configuration.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: API picpay PHP SDK for E-Commerce
Process e-commerce payments via PicPay API
Author: By
Last change:
Date: 1 year ago
Size: 499 bytes
 

Contents

Class file image Download
{ "API": { "name": "Ewerton Daniel - PicPay PHP SDK", "version": "v1.0.1" }, "ROOT_URL": "https://appws.picpay.com/ecommerce/public", "ENDPOINTS": { "test": { "uri": "/test", "method": "get" }, "payments": { "uri": "/payments", "method": "post" }, "status": { "uri": "/payments/{referenceId}/status", "method": "get" }, "cancel": { "uri": "/payments/{referenceId}/cancellations", "method": "get" } } }