newbind
This commit is contained in:
14
upi.html
14
upi.html
@@ -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`;
|
||||
|
||||
Reference in New Issue
Block a user