Idempotency Supported
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
Sample Result[JSON]
URL Format
POST https://[site].chargebee.com/api/v2/virtual_bank_accounts
Input Parameters
Type of the credit transfer.
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 account object
Resource object representing virtual_bank_account
Customer object
Resource object representing customer