Skip to content

Commit 6b24ddb

Browse files
committed
backend/enhancement : Added Account IFSC support in Juspay Payout Orders
1 parent 91cabe8 commit 6b24ddb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • lib/mobility-core/src/Kernel/External/Payout/Juspay/Types

lib/mobility-core/src/Kernel/External/Payout/Juspay/Types/Payout.hs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ $(mkBeamInstancesForEnum ''AccountDetailsType)
7474
data AccountDetails = AccountDetails
7575
{ name :: Text,
7676
vpa :: Maybe Text,
77-
mobileNo :: Maybe Text
77+
mobileNo :: Maybe Text,
78+
account :: Maybe Text,
79+
ifsc :: Maybe Text
7880
}
7981
deriving (Show, Generic, ToSchema)
8082
deriving anyclass (FromJSON, ToJSON)

0 commit comments

Comments
 (0)