Skip to main content

ValidateBankAccount

Stable

Signature

mutation {
ValidateBankAccount(bankAccountId: ...)
}

Retourne : BankAccount!

Arguments

NomTypeRequisDéfautDescription
bankAccountIdID!

Exemple

mutation {
ValidateBankAccount(
bankAccountId: $bankAccountId
) {
resolvedPropertyValues(technicalCodes: $technicalCodes) {}
id
account {}
iban
bic
holderName
bankName
status {}
documentControl {}
bankAccountType {}
countryLocation {}
countryRisk {}
countryRiskDetailed {}
customProperties {}
externalProvider {}
externalId
activeExternalProvider
}
}