ChargebeeAPI

Create a virtual bank account

Idempotency Supported
Try in API Explorer

Creates a virtual bank account for a customer. Email address is mandatory for virtual bank account creation. All notifications related to this virtual bank account will be sent to the email address you specify.

Customer's email and virtual bank accounts will always be in sync.

Sample Request

URL Format

POST https://[site].chargebee.com/api/v2/virtual_bank_accounts

Input Parameters

customer_id
required, string, max chars=50

Identifier of the customer.

email
optional, string, max chars=70

Email address associated with the virtual bank account.

scheme
optional, enumerated string, default=ach_credit

Type of the credit transfer.

Possible Enum Values
ach_credit

ACH Credit Transfer

This scheme is deprecated. Instead of ach_credit use us_automated_bank_transfer .

sepa_credit

SEPA Credit Transfer

This scheme is deprecated. Instead of sepa_credit use eu_automated_bank_transfer .

us_automated_bank_transfer

US Automated Bank Transfer

gb_automated_bank_transfer

UK Automated Bank Transfer

eu_automated_bank_transfer

EU Automated Bank Transfer

jp_automated_bank_transfer

JP Automated Bank Transfer

mx_automated_bank_transfer

MX Automated Bank Transfer

Returns

virtual_bank_accountVirtual bank account object

Resource object representing virtual_bank_account

customerCustomer object

Resource object representing customer