Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/menuItems.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
sidebar_title: Paying for alternative options
sidebar_title: Paying for options
page_title: Paying for alternative options
order: 6
order: 7
visible_in_sidebar: true
---

# Bill Payment Options Integration Guide

## 1. You're Here Because Your Fetch Returned Payment Options
## 1. Some Billers Allow Users to Pay Alternative Amounts for the Same Bill

You successfully completed a Flow 1 bill fetch and discovered your response includes a `paymentOptions` array alongside the standard bill amount. This happens when billers—typically credit cards, loan providers, or utilities—offer customers multiple payment amounts instead of just the fixed bill amount.
Some bill fetch responses includes a `paymentOptions` array alongside the standard bill amount. This happens when billers—typically credit cards, loan providers, or utilities—offer customers multiple payment amounts instead of just the fixed bill amount.

Here's what your fetch response looks like when this happens:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sidebar_title: Customer Convenience Fee (CCF)
sidebar_title: Passing CCF
page_title: Customer Convenience Fee (CCF) Integration Guide
order: 7
order: 6
visible_in_sidebar: true
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ visible_in_sidebar: true

# Remitter & Account Info

## 1. You're Here Because You Need NPCI-Compatible Formatting
## 1. NPCI Requirements for Remitter Details and Account Info for all Bill Payments

Bill payments require remitter details and payment instrument information, and you will need to format them correctly for different payment methods. This guide provides the exact formatting specifications NPCI requires for each payment mode, plus validation rules to ensure your requests are accepted.

Expand Down