Skip to content

[Update] EOL PayPal Payment Stage & Staged/Approved PayPal Payment Execute #617

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 3 additions & 13 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2047,13 +2047,7 @@ paths:
- Account
summary: PayPal Payment Stage
description: |
This begins the process of submitting a Payment via PayPal. After calling
this endpoint, you must take the resulting `payment_id` along with
the `payer_id` from your PayPal account and
[POST /account/payments/paypal-execute](/docs/api/account/#stagedapproved-paypal-payment-execute)
to complete the Payment.

**Note**: This endpoint is deprecated and may be removed in a future release. PayPal can now be
**Note**: This endpoint is disabled and no longer accessible. PayPal can be
designated as a Payment Method for automated payments using
[Cloud Manager](/docs/guides/manage-billing-in-cloud-manager/#adding-a-new-payment-method).
operationId: createPayPalPayment
Expand Down Expand Up @@ -2121,12 +2115,8 @@ paths:
- Account
summary: Staged/Approved PayPal Payment Execute
description: |
Given a PaymentID and PayerID - as generated by PayPal during the
transaction authorization process - this endpoint executes the Payment
to capture the funds and credit your Linode Account.

**Note**: This endpoint is deprecated and may be removed in a future release. PayPal can now be
designated as a Payment Method for automated or manual payments using
**Note**: This endpoint is disabled and no longer accessible. PayPal can be
designated as a Payment Method for automated payments using
[Cloud Manager](/docs/guides/manage-billing-in-cloud-manager/#adding-a-new-payment-method).
operationId: executePayPalPayment
x-linode-cli-action: paypal-execute
Expand Down