PHP Classes

File: src/PayPal/Configuration/configuration.json

Recommend this page to a friend!
  Classes of Ewerton Daniel   Standard Paypal PHP SDK   src/PayPal/Configuration/configuration.json   Download  
File: src/PayPal/Configuration/configuration.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Standard Paypal PHP SDK
Compose orders and process payments using Paypal
Author: By
Last change:
Date: 1 year ago
Size: 638 bytes
 

Contents

Class file image Download
{ "API": { "name": "Ewerton Daniel/PayPal Standard PHP SDK", "version": "v1.0.1" }, "ROOT_LIVE_URL": "https://api-m.paypal.com", "ROOT_SANDBOX_URL": "https://api-m.sandbox.paypal.com", "ENDPOINTS": { "test": { "uri": "/test", "method": "get" }, "auth": { "uri": "/v1/oauth2/token", "method": "post" }, "order_create": { "uri": "/v2/checkout/orders", "method": "post" }, "order_update": { "uri": "/v2/checkout/orders/{id}", "method": "patch" }, "order_detail": { "uri": "/v2/checkout/orders/{id}", "method": "get" } } }