Confirm Funding Account Deletion
Do you want to delete this funding account?
Id:
{% if fundingSourceResponse.funding_account.id %}
{{fundingSourceResponse.funding_account.id}}
{% else %}
{% endif %}
{% if fundingSourceResponse.account_holder_name %}
Account Holder Name:
{{fundingSourceResponse.funding_account.account_holder_name}}
{% else %}
{% endif %}
Account Number:
{% if fundingSourceResponse.funding_account.account_number %}
{{fundingSourceResponse.funding_account.account_number}}
{% else %}
{% endif %}
{% if fundingSourceResponse.funding_account.aba_routing_number %}
Routing Number:
{{fundingSourceResponse.funding_account.aba_routing_number}}
{% else %}
{% endif %}
Account Type:
{% if fundingSourceResponse.funding_account.account_type %}
{% if fundingSourceResponse.funding_account.account_type == "1" %}
Bank
{% elif fundingSourceResponse.funding_account.account_type == "2" %}
Card
{% elif fundingSourceResponse.funding_account.account_type == "6" %}
Card
{% elif fundingSourceResponse.funding_account.account_type == "bank" %}
Bank
{% elif fundingSourceResponse.funding_account.account_type == "card" %}
Card
{% else %}
{{fundingSourceResponse.funding_account.account_type}}
{% endif %}
{% else %}
{% endif %}
Account SubType:
{% if fundingSourceResponse.funding_account.account_subtype %}
{% if fundingSourceResponse.funding_account.account_subtype == "1" %}
Savings
{% elif fundingSourceResponse.funding_account.account_subtype == "2" %}
Checking
{% elif fundingSourceResponse.funding_account.account_subtype == "3" %}
Money Market
{% elif fundingSourceResponse.funding_account.account_subtype == "4" %}
Visa
{% elif fundingSourceResponse.funding_account.account_subtype == "5" %}
MasterCard
{% elif fundingSourceResponse.funding_account.account_subtype == "6" %}
American Express
{% elif fundingSourceResponse.funding_account.account_subtype == "7" %}
Discover
{% elif fundingSourceResponse.funding_account.account_subtype == "14" %}
Visa
{% elif fundingSourceResponse.funding_account.account_subtype == "15" %}
Master Card
{% elif fundingSourceResponse.funding_account.account_subtype == "savings" %}
Savings
{% elif fundingSourceResponse.funding_account.account_subtype == "checking" %}
Checking
{% elif fundingSourceResponse.funding_account.account_subtype == "money_market" %}
Money Market
{% elif fundingSourceResponse.funding_account.account_subtype == "visa_credit" %}
Visa Credit
{% elif fundingSourceResponse.funding_account.account_subtype == "mastercard_credit" %}
Mastercard Credit
{% elif fundingSourceResponse.funding_account.account_subtype == "american_express_credit" %}
american Express Eredit
{% elif fundingSourceResponse.funding_account.account_subtype == "discover_credit" %}
Discover Credit
{% elif fundingSourceResponse.funding_account.account_subtype == "visa_debit" %}
Visa Debit
{% elif fundingSourceResponse.funding_account.account_subtype == "mastercard_debit" %}
Mastercard Debit
{% elif fundingSourceResponse.funding_account.account_subtype == "discover_debit" %}
Discover Debit
{% else %}
{{fundingSourceResponse.funding_account.account_subtype}}
{% endif %}
{% else %}
{% endif %}
{% if fundingSourceResponse.funding_account.currency_code3d %}
Currency:
{{fundingSourceResponse.funding_account.currency_code3d}}
{% else %}
{% endif %}
Email:
{% if fundingSourceResponse.customer.email %}
{{fundingSourceResponse.customer.email}}
{% else %}
{% endif %}