Make a payment

Makes a payment to your account.

  • The requested amount is charged to the default payment method if no payment_method_id is specified.

  • A payment_submitted event is generated when a payment is successfully submitted.

Parent and child accounts

In the context of the parent and child accounts feature, this operation isn't available for child account users.

Permissions and scopes

To call this operation, you need permissions, based on the model you're using:

  • Identity and access permissions. Your user needs a role with these permissions. Learn more.

    • Permissions: make_billing_payment
  • OAuth scopes. Your user needs these scopes assigned. Learn more.

    • Scopes: account:read_write

CLI

linode-cli account payment-create \
  --usd 120.50 \
  --payment_method_id 123

Learn more

Path Params
string
enum
required

Enum Call either the v4 URL, or v4beta for operations still in Beta.

Allowed:
Body Params
integer

The ID of the Payment Method to apply to the Payment.

string

The amount in US Dollars of the Payment.

  • Can begin with or without $.
  • Commas (,) are not accepted.
  • Must end with a decimal expression, such as .00 or .99.
  • Minimum: $5.00 or the Account balance, whichever is lower.
  • Maximum: $2000.00 or the Account balance up to $50000.00, whichever is greater.
Responses

Language
Credentials
LoadingLoading…
Response
Choose an example:
application/json