{ "opencollection": "1.0.0", "info": { "name": "Paypal Subscriptions Authorizations API", "version": "1.6" }, "items": [ { "info": { "name": "Authorizations", "type": "folder" }, "items": [ { "info": { "name": "Paypal Show details for authorized payment", "type": "http" }, "http": { "method": "GET", "url": "https://api-m.sandbox.paypal.com/v2/payments/authorizations/:authorization_id", "params": [ { "name": "authorization_id", "value": "", "type": "path", "description": "The PayPal-generated ID for the authorized payment to void." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Shows details for an authorized payment, by ID." }, { "info": { "name": "Paypal Capture authorized payment", "type": "http" }, "http": { "method": "POST", "url": "https://api-m.sandbox.paypal.com/v2/payments/authorizations/:authorization_id/capture", "headers": [ { "name": "PayPal-Request-Id", "value": "" }, { "name": "Prefer", "value": "" } ], "params": [ { "name": "authorization_id", "value": "", "type": "path", "description": "The PayPal-generated ID for the authorized payment to void." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Captures an authorized payment, by ID." }, { "info": { "name": "Paypal Reauthorize authorized payment", "type": "http" }, "http": { "method": "POST", "url": "https://api-m.sandbox.paypal.com/v2/payments/authorizations/:authorization_id/reauthorize", "headers": [ { "name": "PayPal-Request-Id", "value": "" }, { "name": "Prefer", "value": "" } ], "params": [ { "name": "authorization_id", "value": "", "type": "path", "description": "The PayPal-generated ID for the authorized payment to void." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Reauthorizes an authorized PayPal account payment, by ID. To ensure that funds are still available, reauthorize a payment after its initial three-day honor period expires. Within the 29-day authorization period, you can issue multiple re-authorizations after the honor period expires.

If 30 days have transpired since the date of the original authorization, you must create an authorized payment instead of reauthorizing the original authorized payment.

A reauthorized payment itsel" }, { "info": { "name": "Paypal Void authorized payment", "type": "http" }, "http": { "method": "POST", "url": "https://api-m.sandbox.paypal.com/v2/payments/authorizations/:authorization_id/void", "headers": [ { "name": "PayPal-Auth-Assertion", "value": "" }, { "name": "Prefer", "value": "" } ], "params": [ { "name": "authorization_id", "value": "", "type": "path", "description": "The PayPal-generated ID for the authorized payment to void." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Voids, or cancels, an authorized payment, by ID. You cannot void an authorized payment that has been fully captured." } ] } ], "bundled": true }