Skip to content

Mobile Prepaid Recharge Doc Updates#440

Merged
Kshitij0307 merged 3 commits intomainfrom
prepaid-recharge-fixes
Apr 27, 2026
Merged

Mobile Prepaid Recharge Doc Updates#440
Kshitij0307 merged 3 commits intomainfrom
prepaid-recharge-fixes

Conversation

@pragati-setu
Copy link
Copy Markdown
Collaborator

  • Update the webhook endpoint for Top Up and Low Balance
    • Low Balance Notification: <Base URL>/wallet/low-balance
    • Top-up Notification: <Base URL>/wallet/topup
  • Remove Processing status from the /payment/status webhook
  • Change the API response for /fetch-plans API. Correct format looks like this:
{
    "success": true,
    "data": [
        {
            "amount": 1000,
            "plan_name": "Talktime (top up voucher)",
            "plan_description": "Talktime : Rs 7.47",
            "talktime": "7.47",
            "validity": "NA",
            "service_provider": "Airtel Prepaid"
        }
     ]
"trace_id": "dMXpKMx4TBKsu8ro1559WeYZS21Og5"
}
  • webhook timestamp should be in IST 2026-01-09T11:56:26+05:30
  • update the min value for paymentRefId to 6
  • Fix formatting for retry mechanisms

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 24, 2026

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

@pragati-setu pragati-setu requested a review from nivedhaa13 April 24, 2026 11:05
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

The Payment Status Webhook description still says the status is updated when a transaction is “successful, failed, or processing”, but the request-body example and field description were changed to allow only Successful | Failure. That leaves the page internally inconsistent and will confuse integrators about whether Processing callbacks still exist.

@Kshitij0307 Kshitij0307 merged commit b658bee into main Apr 27, 2026
5 checks passed
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.

2 participants