Skip to main content

RefuseBankAccount

Stable

Signature

mutation {
RefuseBankAccount(bankAccountId: ...)
}

Retourne : BankAccount!

Arguments

NomTypeRequisDéfautDescription
bankAccountIdID!

Exemple

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