Update auto recharge preferences
Update payment auto recharge preferences.
PATCH
JavaScript
Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Details to update auto recharge preferences
The threshold amount at which the account will be recharged.
Example:
"104.00"
The amount to recharge the account, the actual recharge amount will be the amount necessary to reach the threshold amount plus the recharge amount.
Example:
"104.00"
Whether auto recharge is enabled.
Example:
true
Example:
true
The payment preference for auto recharge.
Available options:
credit_paypal, ach Example:
"credit_paypal"
Response
Successful response
JavaScript