@@ -2047,13 +2047,7 @@ paths:
2047
2047
- Account
2048
2048
summary: PayPal Payment Stage
2049
2049
description: |
2050
- This begins the process of submitting a Payment via PayPal. After calling
2051
- this endpoint, you must take the resulting `payment_id` along with
2052
- the `payer_id` from your PayPal account and
2053
- [POST /account/payments/paypal-execute](/docs/api/account/#stagedapproved-paypal-payment-execute)
2054
- to complete the Payment.
2055
-
2056
- **Note**: This endpoint is deprecated and may be removed in a future release. PayPal can now be
2050
+ **Note**: This endpoint is disabled and no longer accessible. PayPal can be
2057
2051
designated as a Payment Method for automated payments using
2058
2052
[Cloud Manager](/docs/guides/manage-billing-in-cloud-manager/#adding-a-new-payment-method).
2059
2053
operationId: createPayPalPayment
@@ -2121,12 +2115,8 @@ paths:
2121
2115
- Account
2122
2116
summary: Staged/Approved PayPal Payment Execute
2123
2117
description: |
2124
- Given a PaymentID and PayerID - as generated by PayPal during the
2125
- transaction authorization process - this endpoint executes the Payment
2126
- to capture the funds and credit your Linode Account.
2127
-
2128
- **Note**: This endpoint is deprecated and may be removed in a future release. PayPal can now be
2129
- designated as a Payment Method for automated or manual payments using
2118
+ **Note**: This endpoint is disabled and no longer accessible. PayPal can be
2119
+ designated as a Payment Method for automated payments using
2130
2120
[Cloud Manager](/docs/guides/manage-billing-in-cloud-manager/#adding-a-new-payment-method).
2131
2121
operationId: executePayPalPayment
2132
2122
x-linode-cli-action: paypal-execute
0 commit comments