Click or drag to resize

IGoCardless.DisableBankAccount Method

Immediately cancels all associated mandates and cancellable payments. A disabled bank account can be re-enabled by creating a new bank account resource with the same details.

Namespace:  NetQuarry.Services.Payment
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
GoCardless.CustomerBankAccount DisableBankAccount(
	GoCardless.CustomerBankAccount input
)

Parameters

input
Type: NetQuarry.Services.Payment.GoCardless.CustomerBankAccount
required: id, optional: IDEMPOTENCYKEY

Return Value

Type: GoCardless.CustomerBankAccount
GoCardless.CustomerBankAccount object
See Also