Skip to content

Commit e226a98

Browse files
Dhirajkumar55dhiraj.kumar5
andauthored
chore(bbps): updated the payment request with new properties (#444)
Co-authored-by: dhiraj.kumar5 <dhiraj.kumar@setu.co>
1 parent 0447b98 commit e226a98

1 file changed

Lines changed: 35 additions & 1 deletion

File tree

api-references/payments/billpay/api-integration.json

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3188,7 +3188,8 @@
31883188
"Account Transfer",
31893189
"Bharat QR",
31903190
"USSD",
3191-
"BHIM Aadhaar Pay"
3191+
"BHIM Aadhaar Pay",
3192+
"CBDC"
31923193
]
31933194
},
31943195
"selectedPaymentOptions": {
@@ -3235,6 +3236,39 @@
32353236
"minLength": 6,
32363237
"type": "string",
32373238
"example": "BD019181220291"
3239+
},
3240+
"payerAccountType": {
3241+
"type": "string",
3242+
"example": "Savings",
3243+
"enum": [
3244+
"Savings",
3245+
"Current",
3246+
"NonBank_Wallet",
3247+
"Bank_Wallet",
3248+
"Credit_Card",
3249+
"Credit_Line",
3250+
"NonBank_Prepaid_Card",
3251+
"Bank_Prepaid_Card"
3252+
]
3253+
},
3254+
"paymentFlowIdentification": {
3255+
"type": "string",
3256+
"example": "Pay",
3257+
"enum": [
3258+
"BQR",
3259+
"Collect_VPA",
3260+
"Intent",
3261+
"Pay",
3262+
"QR"
3263+
]
3264+
},
3265+
"autoPay": {
3266+
"type": "string",
3267+
"example": "Yes",
3268+
"enum": [
3269+
"Yes",
3270+
"No"
3271+
]
32383272
}
32393273
}
32403274
},

0 commit comments

Comments
 (0)