Skip to content

bKash-developer/webhook-endpoint-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

webhook-endpoint-php

  1. To get completed transaction notification through bKash-Webhook, a merchant needs to be subscribed first to the bKash-Webhook.
  2. A merchant who wants to use bKash-Webhook needs to develop en endpoint first where bKash-Webhook will send a SubscriptionConfirmationRequest.
  3. Merchant must confirm the bKash-Webhook subscription through the endpoint.
  4. Merchant endpoint also receives transaction notification after successful SubscriptionConfirmation.
  5. Merchant endpoint must be implemented in such a way that it should be able to receive SubscriptionConfirmation and Notification message and process them accordingly.

About

A sample PHP listener for bKash Webhook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages