BusinessAccount

Account entity. This is the type that is returned in API responses.

Property
Description
Type
Optional

acceptanceRate

Amount of the acceptance fee (EUR) that a merchant chooses to accept less for each payment

string

Yes

accountStatus

Account status

string: "ACTIVE" | "DELETED" | "NOT_CONFIGURED" | "REJECTED" | "UNDER_REVIEW"

No

userId

User Id

string

No

id

Account Id

string

No

cryptoHoldingPercentage

Percentage (0-100) that indicate how much the charge is converted to fiat:

  • 0 - nothing is sell

  • 100 - all crypto is sell into fiat

string

Yes

branding

Branding values to customize the UI

BusinessAccountBranding

Yes

notificationUrl

notification url to post webhook on charge status changes

string

Yes

apiKeyId

api key used for api usage

string

Yes

secret

secret value to use on webhook

string

Yes

requiresClientData

Flag that indicates if the charge should include client data

Boolean

Yes

Subtypes

BusinessAccountBranding

Property
Description
Type
Optional

accentColor

Customization accent color

string

Yes

bgColor

Customization background color

string

Yes

logoUrl

Shop logo url

string

Yes

shopName

Shop name

string

Yes

Last updated