Skip to main content

SetupAccountInput

Payload for setupAccount and verifyBusinessDetails.

input SetupAccountInput {
language: String
business: BusinessDataInput
representatives: [RepresentativeInput!]
iban: String
billingPlan: BillingPlans
userNote: String
identity: IdentityInput
}

Fields

SetupAccountInput.language ● String scalar

Preferred dashboard / communications language (BCP-47, e.g. en).

SetupAccountInput.business ● BusinessDataInput input

Business details.

SetupAccountInput.representatives ● [RepresentativeInput!] list input

Legal representatives.

SetupAccountInput.iban ● String scalar

IBAN where settlements will be deposited.

SetupAccountInput.billingPlan ● BillingPlans enum

Commercial billing plan.

SetupAccountInput.userNote ● String scalar

Free-form note from the merchant.

SetupAccountInput.identity ● IdentityInput input

Account holder identity (used when representatives is omitted).

Member Of

setupAccount mutation ● verifyBusinessDetails mutation