Click or drag to resize

IGoCardlessDisableBankAccount 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
GoCardlessCustomerBankAccount DisableBankAccount(
	GoCardlessCustomerBankAccount input
)

Parameters

input
Type: NetQuarry.Services.PaymentGoCardlessCustomerBankAccount
required: id, optional: IDEMPOTENCYKEY

Return Value

Type: GoCardlessCustomerBankAccount
GoCardless.CustomerBankAccount object
See Also