Hosted Payment Page
Error Response Code & Message - Upon Payment Form Generate URL request
Error | Error Response Message |
merchantAuthentication | Merchant Auth request errors |
merchantAuthentication[object] | Merchant authentication cannot be null |
merchantAuthentication.merchantId | Merchant Id cannot be null |
merchantAuthentication.merchantId | Invalid merchant id |
merchantAuthentication.transactionReferenceId | Invalid transaction reference id |
merchantAuthentication.transactionReferenceId | Transaction reference id cannot be null |
Transaction request errors | |
transactionRequest[object] | Transaction request cannot be null |
transactionRequest.amount | Invalid amount |
transactionRequest.amount | Transaction type cannot be null |
transactionRequest.transactionType | Invalid transaction type |
transactionRequest.feeAmount | Invalid fee amount |
transactionRequest.feeLabel | Invalid fee label |
transactionRequest.lTaxAmount | Invalid lTax amount |
transactionRequest.lTaxLabel | Invalid lTax label |
transactionRequest.gTaxAmount | Invalid gTax amount |
transactionRequest.gTaxLabel | Invalid gTax label |
Notify By request errors | |
notificationOption[object] | Notification option cannot be null |
notificationOption.postAPI | Invalid post API |
notificationOption.returnUrl | Invalid return URL |
notificationOption.failureUrl | Invalid failure URL |
notificationOption.mobileNumber | Invalid mobile number |
notificationOption.cancelUrl | Invalid Cancel URL |
Preference request errors | |
preferences[object] | Preferences cannot be null |
preferences.integrationType | Integration type cannot be null |
preferences.integrationType | Invalid integration type |
preferences.customerName | Invalid customer name |
preferences.customerEmail | Invalid customer email |
preferences.customerMobile | Invalid customer mobile |
preferences.customerEmail, preferences.customerMobile | Both customer email and customer mobile cannot be empty |
Personalization request errors | |
personalization.merchantName | Invalid merchant name |
personalization.logoUrl | Invalid logo URL |
personalization.themeColor | Invalid theme color |
personalization.description | Invalid description |
personalization.payNowButtonText | Invalid pay button text |
personalization.buttonColor | Invalid button color |
personalization.cancelButtonText | Invalid cancel button text |
personalization.disclaimer | Invalid disclaimer |
What made this section helpful for you?
What made this section unhelpful for you?
On this page
- Hosted Payment Page