File tree Expand file tree Collapse file tree
api-references/payments/billpay Expand file tree Collapse file tree Original file line number Diff line number Diff line change 31883188 "Account Transfer",
31893189 "Bharat QR",
31903190 "USSD",
3191- "BHIM Aadhaar Pay"
3191+ "BHIM Aadhaar Pay",
3192+ "CBDC"
31923193 ]
31933194 },
31943195 "selectedPaymentOptions": {
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 },
You can’t perform that action at this time.
0 commit comments