diff --git a/content/payments/billpay/pre-built-screens/webhooks.mdx b/content/payments/billpay/pre-built-screens/webhooks.mdx index e5676db8..62fd515b 100644 --- a/content/payments/billpay/pre-built-screens/webhooks.mdx +++ b/content/payments/billpay/pre-built-screens/webhooks.mdx @@ -669,7 +669,12 @@ Below are the parameter tables and sample payloads for the listed events. Note t "dueDate": "2021-05-23", // if available "amountPaid": "601.00", "event": "bill_payment_failure", - "refId": "CMA0I65RCU2I32C3L0H0KNYQYAG40021831" + "refId": "CMA0I65RCU2I32C3L0H0KNYQYAG40021831", + "error": { + "code": "insufficient-balance", + "message": "Insufficient balance in the bank account. Please ensure sufficient funds are available before retrying.", + "type": "FUND_TRANSFER" + } }`} @@ -817,6 +822,12 @@ Below are the parameter tables and sample payloads for the listed events. Note t CMA0I65RCU2I32C3L0H0KNYQYAG40021831 + + + + + +
errorObjectError details for failure of bill payment[{"code": "insufficient-balance", "message": "66578Insufficient balance in the bank account. Please ensure sufficient funds are available before retrying.01290", "type": "FUND_TRANSFER"]