@@ -1688,13 +1688,16 @@ paths:
1688
1688
- Account
1689
1689
summary: Payment Method Add
1690
1690
description: |
1691
- Adds a Payment Method to your Account with the option to set it as the default method. Adding a default
1692
- Payment Method removes the default status from any other Payment Method.
1691
+ Adds a Payment Method to your Account with the option to set it as the default method.
1693
1692
1694
- An Account can have up to 6 active Payment Methods .
1693
+ * Adding a default Payment Method removes the default status from any other Payment Method .
1695
1694
1696
- Prior to adding a Payment Method, ensure that your billing address information is up-to-date
1695
+ * An Account can have up to 6 active Payment Methods.
1696
+
1697
+ * Prior to adding a Payment Method, ensure that your billing address information is up-to-date
1697
1698
with a valid `zip` by using the Account Update ([PUT /account](/docs/api/account/#account-update)) endpoint.
1699
+
1700
+ * A `payment_method_add` event is generated when a payment is successfully submitted.
1698
1701
operationId: createPaymentMethod
1699
1702
x-linode-cli-action: add
1700
1703
security:
@@ -1952,7 +1955,9 @@ paths:
1952
1955
description: |
1953
1956
Makes a Payment to your Account.
1954
1957
1955
- The requested amount is charged to the default Payment Method if no `payment_method_id` is specified.
1958
+ * The requested amount is charged to the default Payment Method if no `payment_method_id` is specified.
1959
+
1960
+ * A `payment_submitted` event is generated when a payment is successfully submitted.
1956
1961
operationId: createPayment
1957
1962
x-linode-cli-action: payment-create
1958
1963
security:
@@ -1968,7 +1973,7 @@ paths:
1968
1973
$ref: '#/components/schemas/PaymentRequest'
1969
1974
responses:
1970
1975
'200':
1971
- description: Payment made .
1976
+ description: Payment submitted successfully .
1972
1977
content:
1973
1978
application/json:
1974
1979
schema:
@@ -17016,6 +17021,7 @@ components:
17016
17021
- oauth_client_secret_reset
17017
17022
- oauth_client_update
17018
17023
- password_reset
17024
+ - payment_method_add
17019
17025
- payment_submitted
17020
17026
- profile_update
17021
17027
- stackscript_create
0 commit comments