Skip to main content

ValidateBankAccount

Stable

Signature

mutation {
ValidateBankAccount(bankAccountId: ...)
}

Retourne : BankAccount!

Arguments

NomTypeRequisDéfautDescription
bankAccountIdID!

Exemple

mutation {
ValidateBankAccount(
bankAccountId: $bankAccountId
) {
# Sélectionner les champs souhaités
}
}