------------------------------- add delete bank -------------------------------
add bank -  
stripe_payment/add_edit_bank_account_UK.php

edit bank - 

stripe_payment/add_edit_bank_account_UK.php

get bank
stripe_payment/get_bank_accounts.php


------------------------------- normal payment -------------------------------
add card
stripe_payment/payment_url_subscription.php?user_id='+user_id+'&order_id=0&amount=0&charge_type=later

charge_type=later // charge_type=now means direct payment, latter means save card


delete card
delete_stripe_card.php

get -card   
get_stripe_card.php


payment using save card
stripe_payment/payment_card_subscription.php?user_id='.$user_id.'&amount='.$amount_pay.'&payment_method='.$payment_method


-------------------------------- cron job for auto payment ------------------------------- 

cron_subscription_notify_today.php


