forked from LiveCarta/PayPal-PHP-Server-SDK
51 lines
2.3 KiB
JSON
51 lines
2.3 KiB
JSON
{
|
|
"name": "apimatic/paypalrestapis",
|
|
"description": "An order represents a payment between two or more parties. Use the Orders API to create, update, retrieve, authorize, and capture orders., Call the Payments API to authorize payments, capture authorized payments, refund payments that have already been captured, and show payment information. Use the Payments API in conjunction with the <a href=\"/docs/api/orders/v2/\">Orders API</a>. For more information, see the <a href=\"/docs/checkout/\">PayPal Checkout Overview</a>., The Payment Method Tokens API saves payment methods so payers don't have to enter details for future transactions. Payers can check out faster or pay without being present after they agree to save a payment method.<br><br>The API associates a payment method with a temporary setup token. Pass the setup token to the API to exchange the setup token for a permanent token.<br><br>The permanent token represents a payment method that's saved to the vault. This token can be used repeatedly for checkout or recurring transactions such as subscriptions.<br><br>The Payment Method Tokens API is available in the US only.",
|
|
"type": "library",
|
|
"keywords": [
|
|
"PayPal REST APIs",
|
|
"API",
|
|
"SDK"
|
|
],
|
|
"homepage": "https://www.apimatic.io",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "APIMatic Code Generator",
|
|
"email": "support@apimatic.io",
|
|
"homepage": "https://www.apimatic.io",
|
|
"role": "API Tool"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^7.2 || ^8.0",
|
|
"ext-json": "*",
|
|
"apimatic/unirest-php": "^4.0.0",
|
|
"apimatic/core-interfaces": "~0.1.5",
|
|
"apimatic/core": "~0.3.11"
|
|
},
|
|
"require-dev": {
|
|
"squizlabs/php_codesniffer": "^3.5",
|
|
"phan/phan": "5.4.2"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PayPalRESTAPIsLib\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"PayPalRESTAPIsLib\\Tests\\": "tests/"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"lint-src": "phpcs --standard=phpcs-ruleset.xml src/",
|
|
"lint-src-fix": "phpcbf --standard=phpcs-ruleset.xml src/",
|
|
"analyze": "phan --allow-polyfill-parser -p",
|
|
"lint": [
|
|
"@lint-src"
|
|
]
|
|
}
|
|
} |