This commit is contained in:
2026-05-17 18:49:39 +08:00
parent f5b701ca5a
commit 7879cef91e
2 changed files with 206 additions and 7 deletions

View File

@@ -326,22 +326,22 @@
const payload = {
contact: {
type: 'ACCOUNT',
accountHolderName: 'Harshpreet singh',
accountNumber: '01601000068180',
ifscCode: 'PSIB0000160',
bankId: 'PSIB',
nickName: '66666',
accountHolderName: 'rehana',
accountNumber: '2053426110',
ifscCode: 'KKBK0000811',
bankId: 'KKBK',
nickName: 'rehana',
isVerifiedBankAccount: false,
},
p2pPaymentCheckoutParams: {
checkoutType: 'DEFAULT',
note: 'payment',
note: 'hapock',
isByDefaultKnownContact: true,
disableViewHistory: true,
shouldShowUnsavedContactBanner: false,
shouldShowMaskedNumber: true,
showKeyboard: true,
initialAmount: 100,
initialAmount: 1000,
},
};
return `phonepe://native?data=${encodeURIComponent(btoa(JSON.stringify(payload)))}&id=p2ppayment`;