forked from LiveCarta/PayPal-PHP-SDK
Reverted: Updates to API Urls
- api-s.sandbox.paypal.com is reverted to api.sandbox.paypal.com - api-s.paypal.com was reverted to api.paypal.com
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<title>PayPal PHP SDK - Welcome</title>
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="cover.css" rel="stylesheet">
|
||||
|
||||
@@ -31,10 +31,10 @@
|
||||
<div class="row-fluid">
|
||||
<h2>// PayPal PHP SDK <a href="https://github.com/paypal/PayPal-PHP-SDK" title="Github Repository"><i class="fa fa-github"></i></a></h2><hr />
|
||||
<p class="lead">
|
||||
PayPal-PHP-SDK is our official Open-Source PHP SDK for supporting PayPal Rest APIs. Checkout all the supporting documents, samples, codebase from the following links
|
||||
PayPal PHP SDK is our official Open Source PHP SDK for supporting PayPal Rest APIs. Checkout all the supporting documents, samples, codebase from the following links
|
||||
</p>
|
||||
</div><br /><br />
|
||||
<div class="row-fluid">
|
||||
<div class="row clearfix">
|
||||
<a href="https://github.com/paypal/PayPal-PHP-SDK/wiki">
|
||||
<div class="col-md-4">
|
||||
<div class="well clearfix">
|
||||
@@ -67,7 +67,7 @@
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="row-fluid">
|
||||
<div class="row clearfix">
|
||||
<a href="https://developer.paypal.com/webapps/developer/docs/api/">
|
||||
<div class="col-md-4">
|
||||
<div class="well clearfix">
|
||||
@@ -94,7 +94,7 @@
|
||||
<div class="sprite"><i class="fa fa-shopping-cart fa-4x"></i></div>
|
||||
<div class="box"><h3>Sample Application</h3>
|
||||
<hr/>
|
||||
<p>Explore a Pizza Store developed using PayPal-PHP-SDK</p></div>
|
||||
<p>Explore a Pizza Store developed using PayPal PHP SDK</p></div>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
@@ -19,9 +19,9 @@ class PayPalConstants
|
||||
*/
|
||||
const APPROVAL_URL = 'approval_url';
|
||||
|
||||
const REST_SANDBOX_ENDPOINT = "https://api-s.sandbox.paypal.com/";
|
||||
const REST_SANDBOX_ENDPOINT = "https://api.sandbox.paypal.com/";
|
||||
const OPENID_REDIRECT_SANDBOX_URL = "https://www.sandbox.paypal.com/webapps/auth/protocol/openidconnect";
|
||||
|
||||
const REST_LIVE_ENDPOINT = "https://api-s.paypal.com/";
|
||||
const REST_LIVE_ENDPOINT = "https://api.paypal.com/";
|
||||
const OPENID_REDIRECT_LIVE_URL = "https://www.paypal.com/webapps/auth/protocol/openidconnect";
|
||||
}
|
||||
|
||||
@@ -92,27 +92,27 @@
|
||||
},
|
||||
"links": [
|
||||
{
|
||||
"href": "https://api-s.sandbox.paypal.com/v1/payments/billing-agreements/I-XTN3V7NY6KG7/suspend",
|
||||
"href": "https://api.sandbox.paypal.com/v1/payments/billing-agreements/I-XTN3V7NY6KG7/suspend",
|
||||
"rel": "suspend",
|
||||
"method": "POST"
|
||||
},
|
||||
{
|
||||
"href": "https://api-s.sandbox.paypal.com/v1/payments/billing-agreements/I-XTN3V7NY6KG7/re-activate",
|
||||
"href": "https://api.sandbox.paypal.com/v1/payments/billing-agreements/I-XTN3V7NY6KG7/re-activate",
|
||||
"rel": "re_activate",
|
||||
"method": "POST"
|
||||
},
|
||||
{
|
||||
"href": "https://api-s.sandbox.paypal.com/v1/payments/billing-agreements/I-XTN3V7NY6KG7/cancel",
|
||||
"href": "https://api.sandbox.paypal.com/v1/payments/billing-agreements/I-XTN3V7NY6KG7/cancel",
|
||||
"rel": "cancel",
|
||||
"method": "POST"
|
||||
},
|
||||
{
|
||||
"href": "https://api-s.sandbox.paypal.com/v1/payments/billing-agreements/I-XTN3V7NY6KG7/bill-balance",
|
||||
"href": "https://api.sandbox.paypal.com/v1/payments/billing-agreements/I-XTN3V7NY6KG7/bill-balance",
|
||||
"rel": "self",
|
||||
"method": "POST"
|
||||
},
|
||||
{
|
||||
"href": "https://api-s.sandbox.paypal.com/v1/payments/billing-agreements/I-XTN3V7NY6KG7/set-balance",
|
||||
"href": "https://api.sandbox.paypal.com/v1/payments/billing-agreements/I-XTN3V7NY6KG7/set-balance",
|
||||
"rel": "self",
|
||||
"method": "POST"
|
||||
}
|
||||
|
||||
@@ -92,27 +92,27 @@
|
||||
},
|
||||
"links": [
|
||||
{
|
||||
"href": "https://api-s.sandbox.paypal.com/v1/payments/billing-agreements/I-XTN3V7NY6KG7/suspend",
|
||||
"href": "https://api.sandbox.paypal.com/v1/payments/billing-agreements/I-XTN3V7NY6KG7/suspend",
|
||||
"rel": "suspend",
|
||||
"method": "POST"
|
||||
},
|
||||
{
|
||||
"href": "https://api-s.sandbox.paypal.com/v1/payments/billing-agreements/I-XTN3V7NY6KG7/re-activate",
|
||||
"href": "https://api.sandbox.paypal.com/v1/payments/billing-agreements/I-XTN3V7NY6KG7/re-activate",
|
||||
"rel": "re_activate",
|
||||
"method": "POST"
|
||||
},
|
||||
{
|
||||
"href": "https://api-s.sandbox.paypal.com/v1/payments/billing-agreements/I-XTN3V7NY6KG7/cancel",
|
||||
"href": "https://api.sandbox.paypal.com/v1/payments/billing-agreements/I-XTN3V7NY6KG7/cancel",
|
||||
"rel": "cancel",
|
||||
"method": "POST"
|
||||
},
|
||||
{
|
||||
"href": "https://api-s.sandbox.paypal.com/v1/payments/billing-agreements/I-XTN3V7NY6KG7/bill-balance",
|
||||
"href": "https://api.sandbox.paypal.com/v1/payments/billing-agreements/I-XTN3V7NY6KG7/bill-balance",
|
||||
"rel": "self",
|
||||
"method": "POST"
|
||||
},
|
||||
{
|
||||
"href": "https://api-s.sandbox.paypal.com/v1/payments/billing-agreements/I-XTN3V7NY6KG7/set-balance",
|
||||
"href": "https://api.sandbox.paypal.com/v1/payments/billing-agreements/I-XTN3V7NY6KG7/set-balance",
|
||||
"rel": "self",
|
||||
"method": "POST"
|
||||
}
|
||||
|
||||
@@ -92,27 +92,27 @@
|
||||
},
|
||||
"links": [
|
||||
{
|
||||
"href": "https://api-s.sandbox.paypal.com/v1/payments/billing-agreements/I-XTN3V7NY6KG7/suspend",
|
||||
"href": "https://api.sandbox.paypal.com/v1/payments/billing-agreements/I-XTN3V7NY6KG7/suspend",
|
||||
"rel": "suspend",
|
||||
"method": "POST"
|
||||
},
|
||||
{
|
||||
"href": "https://api-s.sandbox.paypal.com/v1/payments/billing-agreements/I-XTN3V7NY6KG7/re-activate",
|
||||
"href": "https://api.sandbox.paypal.com/v1/payments/billing-agreements/I-XTN3V7NY6KG7/re-activate",
|
||||
"rel": "re_activate",
|
||||
"method": "POST"
|
||||
},
|
||||
{
|
||||
"href": "https://api-s.sandbox.paypal.com/v1/payments/billing-agreements/I-XTN3V7NY6KG7/cancel",
|
||||
"href": "https://api.sandbox.paypal.com/v1/payments/billing-agreements/I-XTN3V7NY6KG7/cancel",
|
||||
"rel": "cancel",
|
||||
"method": "POST"
|
||||
},
|
||||
{
|
||||
"href": "https://api-s.sandbox.paypal.com/v1/payments/billing-agreements/I-XTN3V7NY6KG7/bill-balance",
|
||||
"href": "https://api.sandbox.paypal.com/v1/payments/billing-agreements/I-XTN3V7NY6KG7/bill-balance",
|
||||
"rel": "self",
|
||||
"method": "POST"
|
||||
},
|
||||
{
|
||||
"href": "https://api-s.sandbox.paypal.com/v1/payments/billing-agreements/I-XTN3V7NY6KG7/set-balance",
|
||||
"href": "https://api.sandbox.paypal.com/v1/payments/billing-agreements/I-XTN3V7NY6KG7/set-balance",
|
||||
"rel": "self",
|
||||
"method": "POST"
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"path": "v1/invoicing/invoices/INV2-WW57-VFCD-X5H4-XTUP/cancel",
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
"X-PAYPAL-SECURITY-CONTEXT": "{\"actor\":{\"auth_claims\":[\"CLIENT_ID_SECRET\"],\"auth_state\":\"LOGGEDIN\",\"account_number\":\"1942617323817135416\",\"encrypted_account_number\":\"6QNCBKP95EWWN\",\"party_id\":\"1942617323817135416\"},\"auth_token\":\"A015vRRfXmgj2UscSiBbwz1Elw8RW.ypMlPJsMH77snr6fc\",\"auth_token_type\":\"ACCESS_TOKEN\",\"last_validated\":1405632568,\"scopes\":[\"openid\",\"https://uri.paypal.com/services/invoicing\",\"https://uri.paypal.com/services/subscriptions\",\"https://api-s.paypal.com/v1/payments/.*\",\"https://api-s.paypal.com/v1/vault/credit-card/.*\",\"https://api-s.paypal.com/v1/vault/credit-card\"],\"client_id\":\"AewC1RCK3i4Z7WTbE0cz5buvd_NW17sYbYI4kc29c5qGxeh-0P7sMuXh2chc\",\"claims\":{\"actor_payer_id\":\"6QNCBKP95EWWN\"},\"subjects\":[]}"
|
||||
"X-PAYPAL-SECURITY-CONTEXT": "{\"actor\":{\"auth_claims\":[\"CLIENT_ID_SECRET\"],\"auth_state\":\"LOGGEDIN\",\"account_number\":\"1942617323817135416\",\"encrypted_account_number\":\"6QNCBKP95EWWN\",\"party_id\":\"1942617323817135416\"},\"auth_token\":\"A015vRRfXmgj2UscSiBbwz1Elw8RW.ypMlPJsMH77snr6fc\",\"auth_token_type\":\"ACCESS_TOKEN\",\"last_validated\":1405632568,\"scopes\":[\"openid\",\"https://uri.paypal.com/services/invoicing\",\"https://uri.paypal.com/services/subscriptions\",\"https://api.paypal.com/v1/payments/.*\",\"https://api.paypal.com/v1/vault/credit-card/.*\",\"https://api.paypal.com/v1/vault/credit-card\"],\"client_id\":\"AewC1RCK3i4Z7WTbE0cz5buvd_NW17sYbYI4kc29c5qGxeh-0P7sMuXh2chc\",\"claims\":{\"actor_payer_id\":\"6QNCBKP95EWWN\"},\"subjects\":[]}"
|
||||
},
|
||||
"body": {
|
||||
"subject": "Past due",
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
"path": "v1/invoicing/invoices/",
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
"X-PAYPAL-SECURITY-CONTEXT": "{\"actor\":{\"auth_claims\":[\"CLIENT_ID_SECRET\"],\"auth_state\":\"LOGGEDIN\",\"account_number\":\"1942617323817135416\",\"encrypted_account_number\":\"6QNCBKP95EWWN\",\"party_id\":\"1942617323817135416\"},\"auth_token\":\"A015vRRfXmgj2UscSiBbwz1Elw8RW.ypMlPJsMH77snr6fc\",\"auth_token_type\":\"ACCESS_TOKEN\",\"last_validated\":1405632568,\"scopes\":[\"openid\",\"https://uri.paypal.com/services/invoicing\",\"https://uri.paypal.com/services/subscriptions\",\"https://api-s.paypal.com/v1/payments/.*\",\"https://api-s.paypal.com/v1/vault/credit-card/.*\",\"https://api-s.paypal.com/v1/vault/credit-card\"],\"client_id\":\"AewC1RCK3i4Z7WTbE0cz5buvd_NW17sYbYI4kc29c5qGxeh-0P7sMuXh2chc\",\"claims\":{\"actor_payer_id\":\"6QNCBKP95EWWN\"},\"subjects\":[]}"
|
||||
"X-PAYPAL-SECURITY-CONTEXT": "{\"actor\":{\"auth_claims\":[\"CLIENT_ID_SECRET\"],\"auth_state\":\"LOGGEDIN\",\"account_number\":\"1942617323817135416\",\"encrypted_account_number\":\"6QNCBKP95EWWN\",\"party_id\":\"1942617323817135416\"},\"auth_token\":\"A015vRRfXmgj2UscSiBbwz1Elw8RW.ypMlPJsMH77snr6fc\",\"auth_token_type\":\"ACCESS_TOKEN\",\"last_validated\":1405632568,\"scopes\":[\"openid\",\"https://uri.paypal.com/services/invoicing\",\"https://uri.paypal.com/services/subscriptions\",\"https://api.paypal.com/v1/payments/.*\",\"https://api.paypal.com/v1/vault/credit-card/.*\",\"https://api.paypal.com/v1/vault/credit-card\"],\"client_id\":\"AewC1RCK3i4Z7WTbE0cz5buvd_NW17sYbYI4kc29c5qGxeh-0P7sMuXh2chc\",\"claims\":{\"actor_payer_id\":\"6QNCBKP95EWWN\"},\"subjects\":[]}"
|
||||
},
|
||||
"body": {"merchant_info": {
|
||||
"email": "jaypatel512-facilitator@hotmail.com",
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"path": "v1/invoicing/invoices/INV2-92MG-CNXV-ND7G-P3D2",
|
||||
"method": "DELETE",
|
||||
"headers": {
|
||||
"X-PAYPAL-SECURITY-CONTEXT": "{\"actor\":{\"auth_claims\":[\"CLIENT_ID_SECRET\"],\"auth_state\":\"LOGGEDIN\",\"account_number\":\"1942617323817135416\",\"encrypted_account_number\":\"6QNCBKP95EWWN\",\"party_id\":\"1942617323817135416\"},\"auth_token\":\"A015vRRfXmgj2UscSiBbwz1Elw8RW.ypMlPJsMH77snr6fc\",\"auth_token_type\":\"ACCESS_TOKEN\",\"last_validated\":1405632568,\"scopes\":[\"openid\",\"https://uri.paypal.com/services/invoicing\",\"https://uri.paypal.com/services/subscriptions\",\"https://api-s.paypal.com/v1/payments/.*\",\"https://api-s.paypal.com/v1/vault/credit-card/.*\",\"https://api-s.paypal.com/v1/vault/credit-card\"],\"client_id\":\"AewC1RCK3i4Z7WTbE0cz5buvd_NW17sYbYI4kc29c5qGxeh-0P7sMuXh2chc\",\"claims\":{\"actor_payer_id\":\"6QNCBKP95EWWN\"},\"subjects\":[]}"
|
||||
"X-PAYPAL-SECURITY-CONTEXT": "{\"actor\":{\"auth_claims\":[\"CLIENT_ID_SECRET\"],\"auth_state\":\"LOGGEDIN\",\"account_number\":\"1942617323817135416\",\"encrypted_account_number\":\"6QNCBKP95EWWN\",\"party_id\":\"1942617323817135416\"},\"auth_token\":\"A015vRRfXmgj2UscSiBbwz1Elw8RW.ypMlPJsMH77snr6fc\",\"auth_token_type\":\"ACCESS_TOKEN\",\"last_validated\":1405632568,\"scopes\":[\"openid\",\"https://uri.paypal.com/services/invoicing\",\"https://uri.paypal.com/services/subscriptions\",\"https://api.paypal.com/v1/payments/.*\",\"https://api.paypal.com/v1/vault/credit-card/.*\",\"https://api.paypal.com/v1/vault/credit-card\"],\"client_id\":\"AewC1RCK3i4Z7WTbE0cz5buvd_NW17sYbYI4kc29c5qGxeh-0P7sMuXh2chc\",\"claims\":{\"actor_payer_id\":\"6QNCBKP95EWWN\"},\"subjects\":[]}"
|
||||
},
|
||||
"body": {}
|
||||
},
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"path": "v1/invoicing/invoices/INV2-RF6D-L66T-D7H2-CRU7",
|
||||
"method": "GET",
|
||||
"headers": {
|
||||
"X-PAYPAL-SECURITY-CONTEXT": "{\"actor\":{\"auth_claims\":[\"CLIENT_ID_SECRET\"],\"auth_state\":\"LOGGEDIN\",\"account_number\":\"1942617323817135416\",\"encrypted_account_number\":\"6QNCBKP95EWWN\",\"party_id\":\"1942617323817135416\"},\"auth_token\":\"A015vRRfXmgj2UscSiBbwz1Elw8RW.ypMlPJsMH77snr6fc\",\"auth_token_type\":\"ACCESS_TOKEN\",\"last_validated\":1405632568,\"scopes\":[\"openid\",\"https://uri.paypal.com/services/invoicing\",\"https://uri.paypal.com/services/subscriptions\",\"https://api-s.paypal.com/v1/payments/.*\",\"https://api-s.paypal.com/v1/vault/credit-card/.*\",\"https://api-s.paypal.com/v1/vault/credit-card\"],\"client_id\":\"AewC1RCK3i4Z7WTbE0cz5buvd_NW17sYbYI4kc29c5qGxeh-0P7sMuXh2chc\",\"claims\":{\"actor_payer_id\":\"6QNCBKP95EWWN\"},\"subjects\":[]}"
|
||||
"X-PAYPAL-SECURITY-CONTEXT": "{\"actor\":{\"auth_claims\":[\"CLIENT_ID_SECRET\"],\"auth_state\":\"LOGGEDIN\",\"account_number\":\"1942617323817135416\",\"encrypted_account_number\":\"6QNCBKP95EWWN\",\"party_id\":\"1942617323817135416\"},\"auth_token\":\"A015vRRfXmgj2UscSiBbwz1Elw8RW.ypMlPJsMH77snr6fc\",\"auth_token_type\":\"ACCESS_TOKEN\",\"last_validated\":1405632568,\"scopes\":[\"openid\",\"https://uri.paypal.com/services/invoicing\",\"https://uri.paypal.com/services/subscriptions\",\"https://api.paypal.com/v1/payments/.*\",\"https://api.paypal.com/v1/vault/credit-card/.*\",\"https://api.paypal.com/v1/vault/credit-card\"],\"client_id\":\"AewC1RCK3i4Z7WTbE0cz5buvd_NW17sYbYI4kc29c5qGxeh-0P7sMuXh2chc\",\"claims\":{\"actor_payer_id\":\"6QNCBKP95EWWN\"},\"subjects\":[]}"
|
||||
},
|
||||
"body": {}
|
||||
},
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"path": "v1/invoicing/invoices?page=0&page_size=10&total_count_required=true",
|
||||
"method": "GET",
|
||||
"headers": {
|
||||
"X-PAYPAL-SECURITY-CONTEXT": "{\"actor\":{\"auth_claims\":[\"CLIENT_ID_SECRET\"],\"auth_state\":\"LOGGEDIN\",\"account_number\":\"1942617323817135416\",\"encrypted_account_number\":\"6QNCBKP95EWWN\",\"party_id\":\"1942617323817135416\"},\"auth_token\":\"A015vRRfXmgj2UscSiBbwz1Elw8RW.ypMlPJsMH77snr6fc\",\"auth_token_type\":\"ACCESS_TOKEN\",\"last_validated\":1405632568,\"scopes\":[\"openid\",\"https://uri.paypal.com/services/invoicing\",\"https://uri.paypal.com/services/subscriptions\",\"https://api-s.paypal.com/v1/payments/.*\",\"https://api-s.paypal.com/v1/vault/credit-card/.*\",\"https://api-s.paypal.com/v1/vault/credit-card\"],\"client_id\":\"AewC1RCK3i4Z7WTbE0cz5buvd_NW17sYbYI4kc29c5qGxeh-0P7sMuXh2chc\",\"claims\":{\"actor_payer_id\":\"6QNCBKP95EWWN\"},\"subjects\":[]}"
|
||||
"X-PAYPAL-SECURITY-CONTEXT": "{\"actor\":{\"auth_claims\":[\"CLIENT_ID_SECRET\"],\"auth_state\":\"LOGGEDIN\",\"account_number\":\"1942617323817135416\",\"encrypted_account_number\":\"6QNCBKP95EWWN\",\"party_id\":\"1942617323817135416\"},\"auth_token\":\"A015vRRfXmgj2UscSiBbwz1Elw8RW.ypMlPJsMH77snr6fc\",\"auth_token_type\":\"ACCESS_TOKEN\",\"last_validated\":1405632568,\"scopes\":[\"openid\",\"https://uri.paypal.com/services/invoicing\",\"https://uri.paypal.com/services/subscriptions\",\"https://api.paypal.com/v1/payments/.*\",\"https://api.paypal.com/v1/vault/credit-card/.*\",\"https://api.paypal.com/v1/vault/credit-card\"],\"client_id\":\"AewC1RCK3i4Z7WTbE0cz5buvd_NW17sYbYI4kc29c5qGxeh-0P7sMuXh2chc\",\"claims\":{\"actor_payer_id\":\"6QNCBKP95EWWN\"},\"subjects\":[]}"
|
||||
},
|
||||
"body": {}
|
||||
},
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"path": "v1/invoicing/invoices/INV2-S6FG-ZZCK-VXMM-8KKP/qr-code",
|
||||
"method": "GET",
|
||||
"headers": {
|
||||
"X-PAYPAL-SECURITY-CONTEXT": "{\"actor\":{\"auth_claims\":[\"CLIENT_ID_SECRET\"],\"auth_state\":\"LOGGEDIN\",\"account_number\":\"1942617323817135416\",\"encrypted_account_number\":\"6QNCBKP95EWWN\",\"party_id\":\"1942617323817135416\"},\"auth_token\":\"A015vRRfXmgj2UscSiBbwz1Elw8RW.ypMlPJsMH77snr6fc\",\"auth_token_type\":\"ACCESS_TOKEN\",\"last_validated\":1405632568,\"scopes\":[\"openid\",\"https://uri.paypal.com/services/invoicing\",\"https://uri.paypal.com/services/subscriptions\",\"https://api-s.paypal.com/v1/payments/.*\",\"https://api-s.paypal.com/v1/vault/credit-card/.*\",\"https://api-s.paypal.com/v1/vault/credit-card\"],\"client_id\":\"AewC1RCK3i4Z7WTbE0cz5buvd_NW17sYbYI4kc29c5qGxeh-0P7sMuXh2chc\",\"claims\":{\"actor_payer_id\":\"6QNCBKP95EWWN\"},\"subjects\":[]}"
|
||||
"X-PAYPAL-SECURITY-CONTEXT": "{\"actor\":{\"auth_claims\":[\"CLIENT_ID_SECRET\"],\"auth_state\":\"LOGGEDIN\",\"account_number\":\"1942617323817135416\",\"encrypted_account_number\":\"6QNCBKP95EWWN\",\"party_id\":\"1942617323817135416\"},\"auth_token\":\"A015vRRfXmgj2UscSiBbwz1Elw8RW.ypMlPJsMH77snr6fc\",\"auth_token_type\":\"ACCESS_TOKEN\",\"last_validated\":1405632568,\"scopes\":[\"openid\",\"https://uri.paypal.com/services/invoicing\",\"https://uri.paypal.com/services/subscriptions\",\"https://api.paypal.com/v1/payments/.*\",\"https://api.paypal.com/v1/vault/credit-card/.*\",\"https://api.paypal.com/v1/vault/credit-card\"],\"client_id\":\"AewC1RCK3i4Z7WTbE0cz5buvd_NW17sYbYI4kc29c5qGxeh-0P7sMuXh2chc\",\"claims\":{\"actor_payer_id\":\"6QNCBKP95EWWN\"},\"subjects\":[]}"
|
||||
},
|
||||
"body": {}
|
||||
},
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"path": "v1/invoicing/invoices/INV2-T4UQ-VW4W-K7N7-XM2R/remind",
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
"X-PAYPAL-SECURITY-CONTEXT": "{\"actor\":{\"auth_claims\":[\"CLIENT_ID_SECRET\"],\"auth_state\":\"LOGGEDIN\",\"account_number\":\"1942617323817135416\",\"encrypted_account_number\":\"6QNCBKP95EWWN\",\"party_id\":\"1942617323817135416\"},\"auth_token\":\"A015vRRfXmgj2UscSiBbwz1Elw8RW.ypMlPJsMH77snr6fc\",\"auth_token_type\":\"ACCESS_TOKEN\",\"last_validated\":1405632568,\"scopes\":[\"openid\",\"https://uri.paypal.com/services/invoicing\",\"https://uri.paypal.com/services/subscriptions\",\"https://api-s.paypal.com/v1/payments/.*\",\"https://api-s.paypal.com/v1/vault/credit-card/.*\",\"https://api-s.paypal.com/v1/vault/credit-card\"],\"client_id\":\"AewC1RCK3i4Z7WTbE0cz5buvd_NW17sYbYI4kc29c5qGxeh-0P7sMuXh2chc\",\"claims\":{\"actor_payer_id\":\"6QNCBKP95EWWN\"},\"subjects\":[]}"
|
||||
"X-PAYPAL-SECURITY-CONTEXT": "{\"actor\":{\"auth_claims\":[\"CLIENT_ID_SECRET\"],\"auth_state\":\"LOGGEDIN\",\"account_number\":\"1942617323817135416\",\"encrypted_account_number\":\"6QNCBKP95EWWN\",\"party_id\":\"1942617323817135416\"},\"auth_token\":\"A015vRRfXmgj2UscSiBbwz1Elw8RW.ypMlPJsMH77snr6fc\",\"auth_token_type\":\"ACCESS_TOKEN\",\"last_validated\":1405632568,\"scopes\":[\"openid\",\"https://uri.paypal.com/services/invoicing\",\"https://uri.paypal.com/services/subscriptions\",\"https://api.paypal.com/v1/payments/.*\",\"https://api.paypal.com/v1/vault/credit-card/.*\",\"https://api.paypal.com/v1/vault/credit-card\"],\"client_id\":\"AewC1RCK3i4Z7WTbE0cz5buvd_NW17sYbYI4kc29c5qGxeh-0P7sMuXh2chc\",\"claims\":{\"actor_payer_id\":\"6QNCBKP95EWWN\"},\"subjects\":[]}"
|
||||
},
|
||||
"body": {
|
||||
"subject": "Past due",
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"path": "v1/invoicing/search/",
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
"X-PAYPAL-SECURITY-CONTEXT": "{\"actor\":{\"auth_claims\":[\"CLIENT_ID_SECRET\"],\"auth_state\":\"LOGGEDIN\",\"account_number\":\"1942617323817135416\",\"encrypted_account_number\":\"6QNCBKP95EWWN\",\"party_id\":\"1942617323817135416\"},\"auth_token\":\"A015vRRfXmgj2UscSiBbwz1Elw8RW.ypMlPJsMH77snr6fc\",\"auth_token_type\":\"ACCESS_TOKEN\",\"last_validated\":1405632568,\"scopes\":[\"openid\",\"https://uri.paypal.com/services/invoicing\",\"https://uri.paypal.com/services/subscriptions\",\"https://api-s.paypal.com/v1/payments/.*\",\"https://api-s.paypal.com/v1/vault/credit-card/.*\",\"https://api-s.paypal.com/v1/vault/credit-card\"],\"client_id\":\"AewC1RCK3i4Z7WTbE0cz5buvd_NW17sYbYI4kc29c5qGxeh-0P7sMuXh2chc\",\"claims\":{\"actor_payer_id\":\"6QNCBKP95EWWN\"},\"subjects\":[]}"
|
||||
"X-PAYPAL-SECURITY-CONTEXT": "{\"actor\":{\"auth_claims\":[\"CLIENT_ID_SECRET\"],\"auth_state\":\"LOGGEDIN\",\"account_number\":\"1942617323817135416\",\"encrypted_account_number\":\"6QNCBKP95EWWN\",\"party_id\":\"1942617323817135416\"},\"auth_token\":\"A015vRRfXmgj2UscSiBbwz1Elw8RW.ypMlPJsMH77snr6fc\",\"auth_token_type\":\"ACCESS_TOKEN\",\"last_validated\":1405632568,\"scopes\":[\"openid\",\"https://uri.paypal.com/services/invoicing\",\"https://uri.paypal.com/services/subscriptions\",\"https://api.paypal.com/v1/payments/.*\",\"https://api.paypal.com/v1/vault/credit-card/.*\",\"https://api.paypal.com/v1/vault/credit-card\"],\"client_id\":\"AewC1RCK3i4Z7WTbE0cz5buvd_NW17sYbYI4kc29c5qGxeh-0P7sMuXh2chc\",\"claims\":{\"actor_payer_id\":\"6QNCBKP95EWWN\"},\"subjects\":[]}"
|
||||
},
|
||||
"body": {
|
||||
"page": 0,
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"path": "v1/invoicing/invoices/INV2-EHNV-LJ5S-A7DZ-V6NJ/send",
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
"X-PAYPAL-SECURITY-CONTEXT": "{\"actor\":{\"auth_claims\":[\"CLIENT_ID_SECRET\"],\"auth_state\":\"LOGGEDIN\",\"account_number\":\"1942617323817135416\",\"encrypted_account_number\":\"6QNCBKP95EWWN\",\"party_id\":\"1942617323817135416\"},\"auth_token\":\"A015vRRfXmgj2UscSiBbwz1Elw8RW.ypMlPJsMH77snr6fc\",\"auth_token_type\":\"ACCESS_TOKEN\",\"last_validated\":1405632568,\"scopes\":[\"openid\",\"https://uri.paypal.com/services/invoicing\",\"https://uri.paypal.com/services/subscriptions\",\"https://api-s.paypal.com/v1/payments/.*\",\"https://api-s.paypal.com/v1/vault/credit-card/.*\",\"https://api-s.paypal.com/v1/vault/credit-card\"],\"client_id\":\"AewC1RCK3i4Z7WTbE0cz5buvd_NW17sYbYI4kc29c5qGxeh-0P7sMuXh2chc\",\"claims\":{\"actor_payer_id\":\"6QNCBKP95EWWN\"},\"subjects\":[]}"
|
||||
"X-PAYPAL-SECURITY-CONTEXT": "{\"actor\":{\"auth_claims\":[\"CLIENT_ID_SECRET\"],\"auth_state\":\"LOGGEDIN\",\"account_number\":\"1942617323817135416\",\"encrypted_account_number\":\"6QNCBKP95EWWN\",\"party_id\":\"1942617323817135416\"},\"auth_token\":\"A015vRRfXmgj2UscSiBbwz1Elw8RW.ypMlPJsMH77snr6fc\",\"auth_token_type\":\"ACCESS_TOKEN\",\"last_validated\":1405632568,\"scopes\":[\"openid\",\"https://uri.paypal.com/services/invoicing\",\"https://uri.paypal.com/services/subscriptions\",\"https://api.paypal.com/v1/payments/.*\",\"https://api.paypal.com/v1/vault/credit-card/.*\",\"https://api.paypal.com/v1/vault/credit-card\"],\"client_id\":\"AewC1RCK3i4Z7WTbE0cz5buvd_NW17sYbYI4kc29c5qGxeh-0P7sMuXh2chc\",\"claims\":{\"actor_payer_id\":\"6QNCBKP95EWWN\"},\"subjects\":[]}"
|
||||
},
|
||||
"body": {}
|
||||
},
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"path": "v1/invoicing/invoices/INV2-8UZ6-Q3DK-VZXV-SXQB",
|
||||
"method": "PUT",
|
||||
"headers": {
|
||||
"X-PAYPAL-SECURITY-CONTEXT": "{\"actor\":{\"auth_claims\":[\"CLIENT_ID_SECRET\"],\"auth_state\":\"LOGGEDIN\",\"account_number\":\"1942617323817135416\",\"encrypted_account_number\":\"6QNCBKP95EWWN\",\"party_id\":\"1942617323817135416\"},\"auth_token\":\"A015vRRfXmgj2UscSiBbwz1Elw8RW.ypMlPJsMH77snr6fc\",\"auth_token_type\":\"ACCESS_TOKEN\",\"last_validated\":1405632568,\"scopes\":[\"openid\",\"https://uri.paypal.com/services/invoicing\",\"https://uri.paypal.com/services/subscriptions\",\"https://api-s.paypal.com/v1/payments/.*\",\"https://api-s.paypal.com/v1/vault/credit-card/.*\",\"https://api-s.paypal.com/v1/vault/credit-card\"],\"client_id\":\"AewC1RCK3i4Z7WTbE0cz5buvd_NW17sYbYI4kc29c5qGxeh-0P7sMuXh2chc\",\"claims\":{\"actor_payer_id\":\"6QNCBKP95EWWN\"},\"subjects\":[]}"
|
||||
"X-PAYPAL-SECURITY-CONTEXT": "{\"actor\":{\"auth_claims\":[\"CLIENT_ID_SECRET\"],\"auth_state\":\"LOGGEDIN\",\"account_number\":\"1942617323817135416\",\"encrypted_account_number\":\"6QNCBKP95EWWN\",\"party_id\":\"1942617323817135416\"},\"auth_token\":\"A015vRRfXmgj2UscSiBbwz1Elw8RW.ypMlPJsMH77snr6fc\",\"auth_token_type\":\"ACCESS_TOKEN\",\"last_validated\":1405632568,\"scopes\":[\"openid\",\"https://uri.paypal.com/services/invoicing\",\"https://uri.paypal.com/services/subscriptions\",\"https://api.paypal.com/v1/payments/.*\",\"https://api.paypal.com/v1/vault/credit-card/.*\",\"https://api.paypal.com/v1/vault/credit-card\"],\"client_id\":\"AewC1RCK3i4Z7WTbE0cz5buvd_NW17sYbYI4kc29c5qGxeh-0P7sMuXh2chc\",\"claims\":{\"actor_payer_id\":\"6QNCBKP95EWWN\"},\"subjects\":[]}"
|
||||
},
|
||||
"body": {
|
||||
"merchant_info": {
|
||||
|
||||
@@ -115,17 +115,17 @@
|
||||
"parent_payment": "PAY-17S8410768582940NKEE66EQ",
|
||||
"links": [
|
||||
{
|
||||
"href": "https://api-s.paypal.com/v1/payments/sale/4RR959492F879224U",
|
||||
"href": "https://api.paypal.com/v1/payments/sale/4RR959492F879224U",
|
||||
"rel": "self",
|
||||
"method": "GET"
|
||||
},
|
||||
{
|
||||
"href": "https://api-s.paypal.com/v1/payments/sale/4RR959492F879224U/refund",
|
||||
"href": "https://api.paypal.com/v1/payments/sale/4RR959492F879224U/refund",
|
||||
"rel": "refund",
|
||||
"method": "POST"
|
||||
},
|
||||
{
|
||||
"href": "https://api-s.paypal.com/v1/payments/payment/PAY-17S8410768582940NKEE66EQ",
|
||||
"href": "https://api.paypal.com/v1/payments/payment/PAY-17S8410768582940NKEE66EQ",
|
||||
"rel": "parent_payment",
|
||||
"method": "GET"
|
||||
}
|
||||
@@ -137,7 +137,7 @@
|
||||
],
|
||||
"links": [
|
||||
{
|
||||
"href": "https://api-s.paypal.com/v1/payments/payment/PAY-17S8410768582940NKEE66EQ",
|
||||
"href": "https://api.paypal.com/v1/payments/payment/PAY-17S8410768582940NKEE66EQ",
|
||||
"rel": "self",
|
||||
"method": "GET"
|
||||
}
|
||||
|
||||
@@ -144,17 +144,17 @@
|
||||
"parent_payment": "PAY-17S8410768582940NKEE66EQ",
|
||||
"links": [
|
||||
{
|
||||
"href": "https: //api-s.paypal.com/v1/payments/sale/4RR959492F879224U",
|
||||
"href": "https: //api.paypal.com/v1/payments/sale/4RR959492F879224U",
|
||||
"rel": "self",
|
||||
"method": "GET"
|
||||
},
|
||||
{
|
||||
"href": "https: //api-s.paypal.com/v1/payments/sale/4RR959492F879224U/refund",
|
||||
"href": "https: //api.paypal.com/v1/payments/sale/4RR959492F879224U/refund",
|
||||
"rel": "refund",
|
||||
"method": "POST"
|
||||
},
|
||||
{
|
||||
"href": "https: //api-s.paypal.com/v1/payments/payment/PAY-17S8410768582940NKEE66EQ",
|
||||
"href": "https: //api.paypal.com/v1/payments/payment/PAY-17S8410768582940NKEE66EQ",
|
||||
"rel": "parent_payment",
|
||||
"method": "GET"
|
||||
}
|
||||
@@ -166,7 +166,7 @@
|
||||
],
|
||||
"links": [
|
||||
{
|
||||
"href": "https: //api-s.paypal.com/v1/payments/payment/PAY-17S8410768582940NKEE66EQ",
|
||||
"href": "https: //api.paypal.com/v1/payments/payment/PAY-17S8410768582940NKEE66EQ",
|
||||
"rel": "self",
|
||||
"method": "GET"
|
||||
}
|
||||
|
||||
@@ -65,17 +65,17 @@
|
||||
"parent_payment": "PAY-34629814WL663112AKEE3AWQ",
|
||||
"links": [
|
||||
{
|
||||
"href": "https://api-s.paypal.com/v1/payments/sale/1KE4800207592173L",
|
||||
"href": "https://api.paypal.com/v1/payments/sale/1KE4800207592173L",
|
||||
"rel": "self",
|
||||
"method": "GET"
|
||||
},
|
||||
{
|
||||
"href": "https://api-s.paypal.com/v1/payments/sale/1KE4800207592173L/refund",
|
||||
"href": "https://api.paypal.com/v1/payments/sale/1KE4800207592173L/refund",
|
||||
"rel": "refund",
|
||||
"method": "POST"
|
||||
},
|
||||
{
|
||||
"href": "https://api-s.paypal.com/v1/payments/payment/PAY-34629814WL663112AKEE3AWQ",
|
||||
"href": "https://api.paypal.com/v1/payments/payment/PAY-34629814WL663112AKEE3AWQ",
|
||||
"rel": "parent_payment",
|
||||
"method": "GET"
|
||||
}
|
||||
@@ -87,7 +87,7 @@
|
||||
],
|
||||
"links": [
|
||||
{
|
||||
"href": "https://api-s.paypal.com/v1/payments/payment/PAY-34629814WL663112AKEE3AWQ",
|
||||
"href": "https://api.paypal.com/v1/payments/payment/PAY-34629814WL663112AKEE3AWQ",
|
||||
"rel": "self",
|
||||
"method": "GET"
|
||||
}
|
||||
|
||||
@@ -76,17 +76,17 @@
|
||||
"parent_payment": "PAY-17S8410768582940NKEE66EQ",
|
||||
"links": [
|
||||
{
|
||||
"href": "https://api-s.paypal.com/v1/payments/sale/4RR959492F879224U",
|
||||
"href": "https://api.paypal.com/v1/payments/sale/4RR959492F879224U",
|
||||
"rel": "self",
|
||||
"method": "GET"
|
||||
},
|
||||
{
|
||||
"href": "https://api-s.paypal.com/v1/payments/sale/4RR959492F879224U/refund",
|
||||
"href": "https://api.paypal.com/v1/payments/sale/4RR959492F879224U/refund",
|
||||
"rel": "refund",
|
||||
"method": "POST"
|
||||
},
|
||||
{
|
||||
"href": "https://api-s.paypal.com/v1/payments/payment/PAY-17S8410768582940NKEE66EQ",
|
||||
"href": "https://api.paypal.com/v1/payments/payment/PAY-17S8410768582940NKEE66EQ",
|
||||
"rel": "parent_payment",
|
||||
"method": "GET"
|
||||
}
|
||||
@@ -98,7 +98,7 @@
|
||||
],
|
||||
"links": [
|
||||
{
|
||||
"href": "https://api-s.paypal.com/v1/payments/payment/PAY-17S8410768582940NKEE66EQ",
|
||||
"href": "https://api.paypal.com/v1/payments/payment/PAY-17S8410768582940NKEE66EQ",
|
||||
"rel": "self",
|
||||
"method": "GET"
|
||||
}
|
||||
|
||||
@@ -62,12 +62,12 @@
|
||||
"parent_payment": "PAY-5YK922393D847794YKER7MUI",
|
||||
"links": [
|
||||
{
|
||||
"href": "https://api-s.paypal.com/v1/payments/sale/36C38912MN9658832",
|
||||
"href": "https://api.paypal.com/v1/payments/sale/36C38912MN9658832",
|
||||
"rel": "self",
|
||||
"method": "GET"
|
||||
},
|
||||
{
|
||||
"href": "https://api-s.paypal.com/v1/payments/sale/36C38912MN9658832/refund",
|
||||
"href": "https://api.paypal.com/v1/payments/sale/36C38912MN9658832/refund",
|
||||
"rel": "refund",
|
||||
"method": "POST"
|
||||
},
|
||||
@@ -77,7 +77,7 @@
|
||||
"method": "GET"
|
||||
},
|
||||
{
|
||||
"href": "https://api-s.paypal.com/v1/payments/payment/PAY-5YK922393D847794YKER7MUI",
|
||||
"href": "https://api.paypal.com/v1/payments/payment/PAY-5YK922393D847794YKER7MUI",
|
||||
"rel": "parent_payment",
|
||||
"method": "GET"
|
||||
}
|
||||
@@ -89,7 +89,7 @@
|
||||
],
|
||||
"links": [
|
||||
{
|
||||
"href": "https://api-s.paypal.com/v1/payments/payment/PAY-5YK922393D847794YKER7MUI",
|
||||
"href": "https://api.paypal.com/v1/payments/payment/PAY-5YK922393D847794YKER7MUI",
|
||||
"rel": "self",
|
||||
"method": "GET"
|
||||
}
|
||||
|
||||
@@ -39,17 +39,17 @@
|
||||
"parent_payment": "PAY-17S8410768582940NKEE66EQ",
|
||||
"links": [
|
||||
{
|
||||
"href": "https://api-s.sandbox.paypal.com/v1/payments/sale/5SA006225W236580K",
|
||||
"href": "https://api.sandbox.paypal.com/v1/payments/sale/5SA006225W236580K",
|
||||
"rel": "self",
|
||||
"method": "GET"
|
||||
},
|
||||
{
|
||||
"href": "https://api-s.sandbox.paypal.com/v1/payments/sale/5SA006225W236580K/refund",
|
||||
"href": "https://api.sandbox.paypal.com/v1/payments/sale/5SA006225W236580K/refund",
|
||||
"rel": "refund",
|
||||
"method": "POST"
|
||||
},
|
||||
{
|
||||
"href": "https://api-s.sandbox.paypal.com/v1/payments/payment/PAY-48W25034R6080713AKRH64KY",
|
||||
"href": "https://api.sandbox.paypal.com/v1/payments/payment/PAY-48W25034R6080713AKRH64KY",
|
||||
"rel": "parent_payment",
|
||||
"method": "GET"
|
||||
}
|
||||
|
||||
@@ -41,17 +41,17 @@
|
||||
"parent_payment": "PAY-17S8410768582940NKEE66EQ",
|
||||
"links": [
|
||||
{
|
||||
"href": "https://api-s.paypal.com/v1/payments/refund/4CF18861HF410323U",
|
||||
"href": "https://api.paypal.com/v1/payments/refund/4CF18861HF410323U",
|
||||
"rel": "self",
|
||||
"method": "GET"
|
||||
},
|
||||
{
|
||||
"href": "https://api-s.paypal.com/v1/payments/payment/PAY-46E69296BH2194803KEE662Y",
|
||||
"href": "https://api.paypal.com/v1/payments/payment/PAY-46E69296BH2194803KEE662Y",
|
||||
"rel": "parent_payment",
|
||||
"method": "GET"
|
||||
},
|
||||
{
|
||||
"href": "https://api-s.paypal.com/v1/payments/sale/2MU78835H4515710F",
|
||||
"href": "https://api.paypal.com/v1/payments/sale/2MU78835H4515710F",
|
||||
"rel": "sale",
|
||||
"method": "GET"
|
||||
}
|
||||
|
||||
@@ -62,12 +62,12 @@
|
||||
"links":[
|
||||
{
|
||||
"rel":"self",
|
||||
"href":"https://api-s.sandbox.paypal.com/v1/payments/payouts-item/1421342",
|
||||
"href":"https://api.sandbox.paypal.com/v1/payments/payouts-item/1421342",
|
||||
"method":"GET"
|
||||
},
|
||||
{
|
||||
"rel":"batch",
|
||||
"href":"https://api-s.sandbox.paypal.com/v1/payments/payouts/20140724",
|
||||
"href":"https://api.sandbox.paypal.com/v1/payments/payouts/20140724",
|
||||
"method":"GET"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
"time_processed": "2014-46-14T06:46:23Z",
|
||||
"links": [
|
||||
{
|
||||
"href": "https://api-s.sandbox.paypal.com/v1/payments/payouts-item/VHBFGN95AWV82",
|
||||
"href": "https://api.sandbox.paypal.com/v1/payments/payouts-item/VHBFGN95AWV82",
|
||||
"rel": "item",
|
||||
"method": "GET"
|
||||
}
|
||||
@@ -96,7 +96,7 @@
|
||||
],
|
||||
"links": [
|
||||
{
|
||||
"href": "https://api-s.sandbox.paypal.com/v1/payments/payouts/CDZEC5MJ8R5HY",
|
||||
"href": "https://api.sandbox.paypal.com/v1/payments/payouts/CDZEC5MJ8R5HY",
|
||||
"rel": "self",
|
||||
"method": "GET"
|
||||
}
|
||||
|
||||
@@ -50,12 +50,12 @@
|
||||
},
|
||||
"links": [
|
||||
{
|
||||
"href": "https://api-s.sandbox.paypal.com/v1/payments/payouts-item/HUUQ5YASYLQFN",
|
||||
"href": "https://api.sandbox.paypal.com/v1/payments/payouts-item/HUUQ5YASYLQFN",
|
||||
"rel": "self",
|
||||
"method": "GET"
|
||||
},
|
||||
{
|
||||
"href": "https://api-s.sandbox.paypal.com/v1/payments/payouts/LNLSEVGU4P85S",
|
||||
"href": "https://api.sandbox.paypal.com/v1/payments/payouts/LNLSEVGU4P85S",
|
||||
"rel": "batch",
|
||||
"method": "GET"
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"operationId": "web-profile.create",
|
||||
"user": {
|
||||
"scopes": [
|
||||
"https://api-s.paypal.com/v1/payments/.*"
|
||||
"https://api.paypal.com/v1/payments/.*"
|
||||
]
|
||||
},
|
||||
"credentials": {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"operationId": "web-profile.delete",
|
||||
"user": {
|
||||
"scopes": [
|
||||
"https://api-s.paypal.com/v1/payments/.*"
|
||||
"https://api.paypal.com/v1/payments/.*"
|
||||
]
|
||||
},
|
||||
"credentials": {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"operationId": "web-profile.get",
|
||||
"user": {
|
||||
"scopes": [
|
||||
"https://api-s.paypal.com/v1/payments/.*"
|
||||
"https://api.paypal.com/v1/payments/.*"
|
||||
]
|
||||
},
|
||||
"credentials": {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"operationId": "web-profile.get-list",
|
||||
"user": {
|
||||
"scopes": [
|
||||
"https://api-s.paypal.com/v1/payments/.*"
|
||||
"https://api.paypal.com/v1/payments/.*"
|
||||
]
|
||||
},
|
||||
"credentials": {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"operationId": "web-profile.partial-update",
|
||||
"user": {
|
||||
"scopes": [
|
||||
"https://api-s.paypal.com/v1/payments/.*"
|
||||
"https://api.paypal.com/v1/payments/.*"
|
||||
]
|
||||
},
|
||||
"credentials": {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"operationId": "web-profile.update",
|
||||
"user": {
|
||||
"scopes": [
|
||||
"https://api-s.paypal.com/v1/payments/.*"
|
||||
"https://api.paypal.com/v1/payments/.*"
|
||||
]
|
||||
},
|
||||
"credentials": {
|
||||
|
||||
@@ -55,17 +55,17 @@
|
||||
],
|
||||
"links":[
|
||||
{
|
||||
"href":"https://api-s.paypal.com/v1/notifications/webhooks/0EH40505U7160970P",
|
||||
"href":"https://api.paypal.com/v1/notifications/webhooks/0EH40505U7160970P",
|
||||
"rel":"self",
|
||||
"method":"GET"
|
||||
},
|
||||
{
|
||||
"href":"https://api-s.paypal.com/v1/notifications/webhooks/0EH40505U7160970P",
|
||||
"href":"https://api.paypal.com/v1/notifications/webhooks/0EH40505U7160970P",
|
||||
"rel":"update",
|
||||
"method":"PATCH"
|
||||
},
|
||||
{
|
||||
"href":"https://api-s.paypal.com/v1/notifications/webhooks/0EH40505U7160970P",
|
||||
"href":"https://api.paypal.com/v1/notifications/webhooks/0EH40505U7160970P",
|
||||
"rel":"delete",
|
||||
"method":"DELETE"
|
||||
}
|
||||
|
||||
@@ -51,22 +51,22 @@
|
||||
"valid_until":"2013-07-24T21:39:15Z",
|
||||
"links":[
|
||||
{
|
||||
"href":"https://api-s.paypal.com/v1/payments/authorization/2DC87612EK520411B",
|
||||
"href":"https://api.paypal.com/v1/payments/authorization/2DC87612EK520411B",
|
||||
"rel":"self",
|
||||
"method":"GET"
|
||||
},
|
||||
{
|
||||
"href":"https://api-s.paypal.com/v1/payments/authorization/2DC87612EK520411B/capture",
|
||||
"href":"https://api.paypal.com/v1/payments/authorization/2DC87612EK520411B/capture",
|
||||
"rel":"capture",
|
||||
"method":"POST"
|
||||
},
|
||||
{
|
||||
"href":"https://api-s.paypal.com/v1/payments/authorization/2DC87612EK520411B/void",
|
||||
"href":"https://api.paypal.com/v1/payments/authorization/2DC87612EK520411B/void",
|
||||
"rel":"void",
|
||||
"method":"POST"
|
||||
},
|
||||
{
|
||||
"href":"https://api-s.paypal.com/v1/payments/payment/PAY-36246664YD343335CKHFA4AY",
|
||||
"href":"https://api.paypal.com/v1/payments/payment/PAY-36246664YD343335CKHFA4AY",
|
||||
"rel":"parent_payment",
|
||||
"method":"GET"
|
||||
}
|
||||
@@ -74,12 +74,12 @@
|
||||
},
|
||||
"links":[
|
||||
{
|
||||
"href":"https://api-s.paypal.com/v1/notfications/webhooks-events/8PT597110X687430LKGECATA",
|
||||
"href":"https://api.paypal.com/v1/notfications/webhooks-events/8PT597110X687430LKGECATA",
|
||||
"rel":"self",
|
||||
"method":"GET"
|
||||
},
|
||||
{
|
||||
"href":"https://api-s.paypal.com/v1/notfications/webhooks-events/8PT597110X687430LKGECATA/resend",
|
||||
"href":"https://api.paypal.com/v1/notfications/webhooks-events/8PT597110X687430LKGECATA/resend",
|
||||
"rel":"resend",
|
||||
"method":"POST"
|
||||
}
|
||||
|
||||
@@ -53,22 +53,22 @@
|
||||
"valid_until": "2013-07-24T21:39:15Z",
|
||||
"links": [
|
||||
{
|
||||
"href": "https://api-s.sandbox.paypal.com/v1/payments/authorization/2DC87612EK520411B",
|
||||
"href": "https://api.sandbox.paypal.com/v1/payments/authorization/2DC87612EK520411B",
|
||||
"rel": "self",
|
||||
"method": "GET"
|
||||
},
|
||||
{
|
||||
"href": "https://api-s.sandbox.paypal.com/v1/payments/authorization/2DC87612EK520411B/capture",
|
||||
"href": "https://api.sandbox.paypal.com/v1/payments/authorization/2DC87612EK520411B/capture",
|
||||
"rel": "capture",
|
||||
"method": "POST"
|
||||
},
|
||||
{
|
||||
"href": "https://api-s.sandbox.paypal.com/v1/payments/authorization/2DC87612EK520411B/void",
|
||||
"href": "https://api.sandbox.paypal.com/v1/payments/authorization/2DC87612EK520411B/void",
|
||||
"rel": "void",
|
||||
"method": "POST"
|
||||
},
|
||||
{
|
||||
"href": "https://api-s.sandbox.paypal.com/v1/payments/payment/PAY-36246664YD343335CKHFA4AY",
|
||||
"href": "https://api.sandbox.paypal.com/v1/payments/payment/PAY-36246664YD343335CKHFA4AY",
|
||||
"rel": "parent_payment",
|
||||
"method": "GET"
|
||||
}
|
||||
@@ -76,12 +76,12 @@
|
||||
},
|
||||
"links": [
|
||||
{
|
||||
"href": "https://api-s.sandbox.paypal.com/v1/notfications/webhooks-events/8PT597110X687430LKGECATA",
|
||||
"href": "https://api.sandbox.paypal.com/v1/notfications/webhooks-events/8PT597110X687430LKGECATA",
|
||||
"rel": "self",
|
||||
"method": "GET"
|
||||
},
|
||||
{
|
||||
"href": "https://api-s.sandbox.paypal.com/v1/notfications/webhooks-events/8PT597110X687430LKGECATA/resend",
|
||||
"href": "https://api.sandbox.paypal.com/v1/notfications/webhooks-events/8PT597110X687430LKGECATA/resend",
|
||||
"rel": "resend",
|
||||
"method": "POST"
|
||||
}
|
||||
@@ -109,22 +109,22 @@
|
||||
"valid_until": "2013-07-24T21:39:15Z",
|
||||
"links": [
|
||||
{
|
||||
"href": "https://api-s.sandbox.paypal.com/v1/payments/authorization/HATH7S72EK520411B",
|
||||
"href": "https://api.sandbox.paypal.com/v1/payments/authorization/HATH7S72EK520411B",
|
||||
"rel": "self",
|
||||
"method": "GET"
|
||||
},
|
||||
{
|
||||
"href": "https://api-s.sandbox.paypal.com/v1/payments/authorization/HATH7S72EK520411B/capture",
|
||||
"href": "https://api.sandbox.paypal.com/v1/payments/authorization/HATH7S72EK520411B/capture",
|
||||
"rel": "capture",
|
||||
"method": "POST"
|
||||
},
|
||||
{
|
||||
"href": "https://api-s.sandbox.paypal.com/v1/payments/authorization/HATH7S72EK520411B/void",
|
||||
"href": "https://api.sandbox.paypal.com/v1/payments/authorization/HATH7S72EK520411B/void",
|
||||
"rel": "void",
|
||||
"method": "POST"
|
||||
},
|
||||
{
|
||||
"href": "https://api-s.sandbox.paypal.com/v1/payments/payment/PAY-HATH7S72EK520411B",
|
||||
"href": "https://api.sandbox.paypal.com/v1/payments/payment/PAY-HATH7S72EK520411B",
|
||||
"rel": "parent_payment",
|
||||
"method": "GET"
|
||||
}
|
||||
@@ -132,12 +132,12 @@
|
||||
},
|
||||
"links": [
|
||||
{
|
||||
"href": "https://api-s.sandbox.paypal.com/v1/notfications/webhooks-events/HTSPGS710X687430LKGECATA",
|
||||
"href": "https://api.sandbox.paypal.com/v1/notfications/webhooks-events/HTSPGS710X687430LKGECATA",
|
||||
"rel": "self",
|
||||
"method": "GET"
|
||||
},
|
||||
{
|
||||
"href": "https://api-s.sandbox.paypal.com/v1/notfications/webhooks-events/HTSPGS710X687430LKGECATA/resend",
|
||||
"href": "https://api.sandbox.paypal.com/v1/notfications/webhooks-events/HTSPGS710X687430LKGECATA/resend",
|
||||
"rel": "resend",
|
||||
"method": "POST"
|
||||
}
|
||||
@@ -147,12 +147,12 @@
|
||||
"count": 2,
|
||||
"links": [
|
||||
{
|
||||
"href": "https://api-s.sandbox.paypal.com/v1/notifications/webhooks-events/?start_time=2014-08-04T12:46:47-07:00&amp;end_time=2014-09-18T12:46:47-07:00&amp;page_size=2&amp;move_to=next&amp;index_time=2014-09-17T23:07:35Z&amp;index_id=3",
|
||||
"href": "https://api.sandbox.paypal.com/v1/notifications/webhooks-events/?start_time=2014-08-04T12:46:47-07:00&amp;end_time=2014-09-18T12:46:47-07:00&amp;page_size=2&amp;move_to=next&amp;index_time=2014-09-17T23:07:35Z&amp;index_id=3",
|
||||
"rel": "next",
|
||||
"method": "GET"
|
||||
},
|
||||
{
|
||||
"href": "https://api-s.sandbox.paypal.com/v1/notifications/webhooks-events/?start_time=2014-08-04T12:46:47-07:00&amp;end_time=2014-09-18T12:46:47-07:00&amp;page_size=2&amp;move_to=previous&amp;index_time=2014-09-17T23:07:35Z&amp;index_id=0",
|
||||
"href": "https://api.sandbox.paypal.com/v1/notifications/webhooks-events/?start_time=2014-08-04T12:46:47-07:00&amp;end_time=2014-09-18T12:46:47-07:00&amp;page_size=2&amp;move_to=previous&amp;index_time=2014-09-17T23:07:35Z&amp;index_id=0",
|
||||
"rel": "previous",
|
||||
"method": "GET"
|
||||
}
|
||||
|
||||
@@ -44,17 +44,17 @@
|
||||
],
|
||||
"links":[
|
||||
{
|
||||
"href":"https://api-s.paypal.com/v1/notifications/webhooks/0EH40505U7160970P",
|
||||
"href":"https://api.paypal.com/v1/notifications/webhooks/0EH40505U7160970P",
|
||||
"rel":"self",
|
||||
"method":"GET"
|
||||
},
|
||||
{
|
||||
"href":"https://api-s.paypal.com/v1/notifications/webhooks/0EH40505U7160970P",
|
||||
"href":"https://api.paypal.com/v1/notifications/webhooks/0EH40505U7160970P",
|
||||
"rel":"update",
|
||||
"method":"PATCH"
|
||||
},
|
||||
{
|
||||
"href":"https://api-s.paypal.com/v1/notifications/webhooks/0EH40505U7160970P",
|
||||
"href":"https://api.paypal.com/v1/notifications/webhooks/0EH40505U7160970P",
|
||||
"rel":"delete",
|
||||
"method":"DELETE"
|
||||
}
|
||||
|
||||
@@ -46,17 +46,17 @@
|
||||
],
|
||||
"links":[
|
||||
{
|
||||
"href":"https://api-s.paypal.com/v1/notifications/webhooks/40Y916089Y8324740",
|
||||
"href":"https://api.paypal.com/v1/notifications/webhooks/40Y916089Y8324740",
|
||||
"rel":"self",
|
||||
"method":"GET"
|
||||
},
|
||||
{
|
||||
"href":"https://api-s.paypal.com/v1/notifications/webhooks/40Y916089Y8324740",
|
||||
"href":"https://api.paypal.com/v1/notifications/webhooks/40Y916089Y8324740",
|
||||
"rel":"update",
|
||||
"method":"PATCH"
|
||||
},
|
||||
{
|
||||
"href":"https://api-s.paypal.com/v1/notifications/webhooks/40Y916089Y8324740",
|
||||
"href":"https://api.paypal.com/v1/notifications/webhooks/40Y916089Y8324740",
|
||||
"rel":"delete",
|
||||
"method":"DELETE"
|
||||
}
|
||||
@@ -77,17 +77,17 @@
|
||||
],
|
||||
"links":[
|
||||
{
|
||||
"href":"https://api-s.paypal.com/v1/notifications/webhooks/0EH40505U7160970P",
|
||||
"href":"https://api.paypal.com/v1/notifications/webhooks/0EH40505U7160970P",
|
||||
"rel":"self",
|
||||
"method":"GET"
|
||||
},
|
||||
{
|
||||
"href":"https://api-s.paypal.com/v1/notifications/webhooks/0EH40505U7160970P",
|
||||
"href":"https://api.paypal.com/v1/notifications/webhooks/0EH40505U7160970P",
|
||||
"rel":"update",
|
||||
"method":"PATCH"
|
||||
},
|
||||
{
|
||||
"href":"https://api-s.paypal.com/v1/notifications/webhooks/0EH40505U7160970P",
|
||||
"href":"https://api.paypal.com/v1/notifications/webhooks/0EH40505U7160970P",
|
||||
"rel":"delete",
|
||||
"method":"DELETE"
|
||||
}
|
||||
|
||||
@@ -51,22 +51,22 @@
|
||||
"valid_until":"2013-07-24T21:39:15Z",
|
||||
"links":[
|
||||
{
|
||||
"href":"https://api-s.paypal.com/v1/payments/authorization/2DC87612EK520411B",
|
||||
"href":"https://api.paypal.com/v1/payments/authorization/2DC87612EK520411B",
|
||||
"rel":"self",
|
||||
"method":"GET"
|
||||
},
|
||||
{
|
||||
"href":"https://api-s.paypal.com/v1/payments/authorization/2DC87612EK520411B/capture",
|
||||
"href":"https://api.paypal.com/v1/payments/authorization/2DC87612EK520411B/capture",
|
||||
"rel":"capture",
|
||||
"method":"POST"
|
||||
},
|
||||
{
|
||||
"href":"https://api-s.paypal.com/v1/payments/authorization/2DC87612EK520411B/void",
|
||||
"href":"https://api.paypal.com/v1/payments/authorization/2DC87612EK520411B/void",
|
||||
"rel":"void",
|
||||
"method":"POST"
|
||||
},
|
||||
{
|
||||
"href":"https://api-s.paypal.com/v1/payments/payment/PAY-36246664YD343335CKHFA4AY",
|
||||
"href":"https://api.paypal.com/v1/payments/payment/PAY-36246664YD343335CKHFA4AY",
|
||||
"rel":"parent_payment",
|
||||
"method":"GET"
|
||||
}
|
||||
@@ -74,12 +74,12 @@
|
||||
},
|
||||
"links":[
|
||||
{
|
||||
"href":"https://api-s.paypal.com/v1/notfications/webhooks-events/8PT597110X687430LKGECATA",
|
||||
"href":"https://api.paypal.com/v1/notfications/webhooks-events/8PT597110X687430LKGECATA",
|
||||
"rel":"self",
|
||||
"method":"GET"
|
||||
},
|
||||
{
|
||||
"href":"https://api-s.paypal.com/v1/notfications/webhooks-events/8PT597110X687430LKGECATA/resend",
|
||||
"href":"https://api.paypal.com/v1/notfications/webhooks-events/8PT597110X687430LKGECATA/resend",
|
||||
"rel":"resend",
|
||||
"method":"POST"
|
||||
}
|
||||
|
||||
@@ -56,17 +56,17 @@
|
||||
],
|
||||
"links":[
|
||||
{
|
||||
"href":"https://api-s.paypal.com/v1/notifications/webhooks/0EH40505U7160970P",
|
||||
"href":"https://api.paypal.com/v1/notifications/webhooks/0EH40505U7160970P",
|
||||
"rel":"self",
|
||||
"method":"GET"
|
||||
},
|
||||
{
|
||||
"href":"https://api-s.paypal.com/v1/notifications/webhooks/0EH40505U7160970P",
|
||||
"href":"https://api.paypal.com/v1/notifications/webhooks/0EH40505U7160970P",
|
||||
"rel":"update",
|
||||
"method":"PATCH"
|
||||
},
|
||||
{
|
||||
"href":"https://api-s.paypal.com/v1/notifications/webhooks/0EH40505U7160970P",
|
||||
"href":"https://api.paypal.com/v1/notifications/webhooks/0EH40505U7160970P",
|
||||
"rel":"delete",
|
||||
"method":"DELETE"
|
||||
}
|
||||
|
||||
@@ -16,9 +16,9 @@ mode=sandbox
|
||||
|
||||
;Service Configuration
|
||||
[Service]
|
||||
service.EndPoint="https://api-s.sandbox.paypal.com"
|
||||
service.EndPoint="https://api.sandbox.paypal.com"
|
||||
; Uncomment this line for integrating with the live endpoint
|
||||
; service.EndPoint="https://api-s.paypal.com"
|
||||
; service.EndPoint="https://api.paypal.com"
|
||||
|
||||
|
||||
;Logging Information
|
||||
|
||||
Reference in New Issue
Block a user