beckn / beckn-ui-workspace

Mono Repo for Beckn UI Workspace
9 stars 12 forks source link

Create a Webhook Enpoint in Strapi BAP to handle unsolicited calls coming from BPP #1172

Closed shreyvishal closed 4 months ago

shreyvishal commented 4 months ago

Description

Create a webhook endpoint in Strapi BAP to handle unsolicited calls originating from the Business Partner Platform (BPP). The webhook should listen for incoming requests and process relevant data.

Goals

Expected Outcome

A functional webhook endpoint that:

Acceptance Criteria

Mockups / Wireframes

NA

Product Name

Beckn

Domain

Strapi BAP

Tech Skills Needed

Complexity

Medium

Category

Webhook Development

Sub Category

BPP Integration

shreyvishal commented 4 months ago

Current Status: Development is complete, tested in local, working fine and raised PR for review, once approved will merge and deploy it on dev branch and if tested successfully will promote to higher ENVs. Work Done: Introduced Webhook API in strapi bap to update order for handling unsolicited on_status api calls. PR Link: Link cc: @viraj89

shreyvishal commented 4 months ago

Current Status: Deployed on Strapi dev env bap and tested the integration with all the layers i.e. PS( BAP, BPP), BPP Strapi, GCL and is working fine. cc: @viraj89