Skip to content

fix(bill-payments): wl-cp examples#298

Merged
Dhirajkumar55 merged 3 commits intomainfrom
fix/wl-cp-examples
Jun 25, 2025
Merged

fix(bill-payments): wl-cp examples#298
Dhirajkumar55 merged 3 commits intomainfrom
fix/wl-cp-examples

Conversation

@Dhirajkumar55
Copy link
Copy Markdown
Collaborator

No description provided.

@github-actions
Copy link
Copy Markdown

Checklist to merge a PR 🚀

To merge this pull request, please take time to complete the checklist.

What action did you perform?

Review the corresponding checklist items for the action you performed and mark them done.

Edit an existing content (MDX) page

Checklist

  • Review changes using the MDX preview option
  • If the length of content >15000 chars, use the Content preview portal to view changes
  • If a redirect is needed to the existing page, add a key, value pair in redirects.json

Edit an existing API reference page

Checklist


Add a new content (MDX) page

Checklist

  • Create a .mdx file with the path as its name in the content folder
  • Add frontmatter with all the metadata
  • Review the order of items in Sidebar using the Sidebar preview option
  • Review changes using the MDX preview option
  • If the length of content >15000 chars, use the Content preview portal to view changes
  • Created a folder with the same name, if any children were to be added to the page
  • Once all changes are done, update the menu items by using the Menu Items option
  • Add a key, and value pair in redirects.json if you wish to have a redirect to the new page

Add a new API reference page

Checklist

  • Create a .json file with the product path as its name
  • Create an api-reference.mdx file in the respective product folder inside content folder
  • Add frontmatter with all the metadata
  • Review the order of items in Sidebar using the Sidebar preview option
  • Add API reference in JSON format (OpenAPI or Swagger) into created .json file.
  • Used the Content preview portal to view changes
  • Once all changes are done, update the menu items by using the Menu Items option

@Dhirajkumar55 Dhirajkumar55 changed the title fix(bill-payments): wl-cp examplex fix(bill-payments): wl-cp examples Jun 25, 2025
@Sreejit7 Sreejit7 requested a review from Copilot June 25, 2025 08:53
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the Bill Payments custom-payment API examples by adding remitter details and account information fields to the JSON payload samples.

  • Introduces a new remitter object with name, pan, email, and aadhaar properties.
  • Adds an accountInfo field containing a pipe-delimited string.
Comments suppressed due to low confidence (2)

content/payments/billpay/pre-built-screens/custom-payment/apis.mdx:38

  • Clarify in the documentation whether each field in the remitter object is required or optional, and specify any validation rules (e.g., PAN format).
  "remitter": {

content/payments/billpay/pre-built-screens/custom-payment/apis.mdx:44

  • Consider splitting accountInfo into explicit ifscCode and accountNumber fields instead of using a pipe-delimited string for better clarity and validation.
  "accountInfo": "ICIC0000152|1234567890"

@Sreejit7
Copy link
Copy Markdown
Contributor

@Dhirajkumar55 add some text to link between this page and the remitter details page for wl + custom payment. this will help agents understand what to send in these fields

@Dhirajkumar55 Dhirajkumar55 merged commit 587c23f into main Jun 25, 2025
@Dhirajkumar55 Dhirajkumar55 deleted the fix/wl-cp-examples branch June 25, 2025 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants