mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 01:57:45 +08:00 
			
		
		
		
	feat(connector): [Stax] Implement Bank Debits and Webhooks for Connector Stax (#1832)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
This commit is contained in:
		| @ -680,6 +680,15 @@ pub enum BankDebitData { | ||||
|  | ||||
|         #[schema(value_type = String, example = "John Doe")] | ||||
|         bank_account_holder_name: Option<Secret<String>>, | ||||
|  | ||||
|         #[schema(value_type = String, example = "ACH")] | ||||
|         bank_name: Option<enums::BankNames>, | ||||
|  | ||||
|         #[schema(value_type = String, example = "Checking")] | ||||
|         bank_type: Option<enums::BankType>, | ||||
|  | ||||
|         #[schema(value_type = String, example = "Personal")] | ||||
|         bank_holder_type: Option<enums::BankHolderType>, | ||||
|     }, | ||||
|     SepaBankDebit { | ||||
|         /// Billing details for bank debit | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 DEEPANSHU BANSAL
					DEEPANSHU BANSAL