Update current account
Updates settings for the authenticated account. Accepts all parameters from Create Account plus the ones listed here.
Request body
Example request
{
"name": "My Company",
"allow_shipping": 0,
"business_phone": "+34666999666",
"business_description": "Description of the business"
}Response
Updated account
Example response
{
"self": "/2.0/accounts/me",
"name": "My Company",
"currency": "EUR",
"country_code": "ES"
}Changes
Changed in 1 of the 4 revisions of this API.18
- ▲
the request property
allow_shippingbecame requiredrequest-property-became-required
- ○
added the new optional request property
addon_accountnew-optional-request-property
- ○
added the new optional request property
allowed_gatewaysnew-optional-request-property
- ○
added the new optional request property
custom_domainnew-optional-request-property
- ○
added the new optional request property
default_gatewaynew-optional-request-property
- ○
added the new optional request property
fee_shippingnew-optional-request-property
- ○
added the new optional request property
psd2_enablednew-optional-request-property
- ○
added the new optional request property
subaccountsnew-optional-request-property
- ○
added the optional property
gatewaysto the response with the200statusresponse-optional-property-added
- ▲