Skip to main content
PATCH
Update billing settings

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
defaultFromEmailAddress
object
required

An object representing the default email address used for sending communications related to billing.

checkoutPrefillEnabled
boolean

A boolean indicating whether checkout forms should be pre-filled with known customer information.

collectFullBillingAddress
boolean

A boolean indicating whether the full billing address should be collected during the checkout process.

collectPaymentMethodOnFile
boolean

A boolean indicating whether the payment method should be stored on file for future transactions.

paymentsGoogleAnalyticsEnabled
boolean

A boolean indicating whether Google Analytics tracking is enabled for payment transactions.

recaptchaEnabled
boolean

A boolean indicating whether reCAPTCHA is enabled during the checkout process to prevent fraudulent activities.

Response

successful operation

checkoutPrefillEnabled
boolean
required

Indicates whether checkout fields should be prefilled. A boolean value.

collectFullBillingAddress
boolean
required

Indicates whether the full billing address should be collected. A boolean value.

collectPaymentMethodOnFile
boolean
required

Indicates whether a payment method should be kept on file. A boolean value.

defaultFromEmailAddress
string
required

The default email address used for sending communications. A string value.

Example:

"testData@email.com"

paymentsGoogleAnalyticsEnabled
boolean
required

Indicates whether Google Analytics tracking is enabled for payments. A boolean value.

recaptchaEnabled
boolean
required

Indicates whether reCAPTCHA is enabled for additional security. A boolean value.

accountGoogleAnalyticsEnabled
boolean

Indicates whether Google Analytics tracking is enabled for the account. A boolean value.

Last modified on September 11, 2026