fix(connector): [STRIPE] Retrieving Connect Account Id from Mandate Metadata in MITs (#8326)

Co-authored-by: Sayak Bhattacharya <sayak.b@Sayak-Bhattacharya-G092THXJ34.local>
This commit is contained in:
Sayak Bhattacharya
2025-06-18 17:21:14 +05:30
committed by GitHub
parent aee3f6441f
commit 17c30b6105
11 changed files with 229 additions and 31 deletions

View File

@ -193,6 +193,8 @@ pub enum ConnectorError {
InvalidDataFormat { field_name: &'static str },
#[error("Payment Method data / Payment Method Type / Payment Experience Mismatch ")]
MismatchedPaymentData,
#[error("Field {fields} doesn't match with the ones used during mandate creation")]
MandatePaymentDataMismatch { fields: String },
#[error("Failed to parse Wallet token")]
InvalidWalletToken { wallet_name: String },
#[error("Missing Connector Related Transaction ID")]