mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	fix(connector): [Trustpay] add missing failure status (#1485)
This commit is contained in:
		 Sai Harsha Vardhan
					Sai Harsha Vardhan
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							b473621a47
						
					
				
				
					commit
					ecf16b0c74
				
			| @ -372,6 +372,7 @@ fn is_payment_failed(payment_status: &str) -> (bool, &'static str) { | ||||
|         ), | ||||
|         "800.100.168" => (true, "Transaction declined (restricted card)"), | ||||
|         "800.100.170" => (true, "Transaction declined (transaction not permitted)"), | ||||
|         "800.100.172" => (true, "Transaction declined (account blocked)"), | ||||
|         "800.100.190" => (true, "Transaction declined (invalid configuration data)"), | ||||
|         "800.120.100" => (true, "Rejected by throttling"), | ||||
|         "800.300.401" => (true, "Bin blacklisted"), | ||||
|  | ||||
		Reference in New Issue
	
	Block a user