Skip to content

Commit dc5988d

Browse files
authored
Merge pull request #617 from bbiggerr/paypal-deprecation
[Update] EOL PayPal Payment Stage & Staged/Approved PayPal Payment Execute
2 parents 3a7f32d + 6da62bf commit dc5988d

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

openapi.yaml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2047,13 +2047,7 @@ paths:
20472047
- Account
20482048
summary: PayPal Payment Stage
20492049
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
20572051
designated as a Payment Method for automated payments using
20582052
[Cloud Manager](/docs/guides/manage-billing-in-cloud-manager/#adding-a-new-payment-method).
20592053
operationId: createPayPalPayment
@@ -2121,12 +2115,8 @@ paths:
21212115
- Account
21222116
summary: Staged/Approved PayPal Payment Execute
21232117
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
21302120
[Cloud Manager](/docs/guides/manage-billing-in-cloud-manager/#adding-a-new-payment-method).
21312121
operationId: executePayPalPayment
21322122
x-linode-cli-action: paypal-execute

0 commit comments

Comments
 (0)