Update Business Profile

This endpoint allows partners to update the business data associated with a business account. It supports the following business types:

  • ConsumerProfileType
  • Individual
  • SoleProp
  • LLC
  • Corp
  • Partnership
  • Nonprofit
  • SingleLLC
  • ProCorp

Note: If the business name on the account is updated, the next card replacement request will use the updated business name.

Currently, both plaintext and encrypted data are supported. If both plaintext and encrypted data are provided, the encrypted data is processed first, and the plaintext is ignored.

Path Params
string
required

The program code for the business profile context.

string
required

The unique identifier for the business account.

Body Params

The update request payload. See Gd.Bos.DataTransfer.Request.UpdateBusinessProfileRequestEncrypted for details.

encryptedBusinessProfile
object

Represents a container for encrypted data used in secure data transfer operations. Contains the encrypted payload and associated cryptographic metadata, including encryption version, ephemeral public key, and public key hash. Used to securely transmit sensitive information such as user data, ensuring confidentiality and integrity during transport.

businessProfile
object

Represents a business profile entity used for updating business account information. Contains business identity, address, contact, and industry details.

businessData
object

Represents a business profile entity used for updating business account information. Contains business identity, address, contact, and industry details.

Headers
string
required

A unique request identifier for tracking and logging.

string

The BaaS API version. Supported values: "1.0" and "2.0".

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

401

Unauthorized

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