Mpesa Payment Integration Response Issue

Hello,

I want to integrate the payment gateway in my website but i found some issue to integrate.
the issue is when am doing the payment the suucess message will come but no success response returned.

how can i fix this issue?

Hi Team,

Awaiting for the reply ?

HI @Kamesh_Sharma

Thanks for contacting Flutterwave!

My name is Abraham, and I will be helping you today.

The response can be accessed from the data param in the call back. the object should look like this.

{
  "amount": 54600,
  "currency": "NGN",
  "customer": {
    "name": "Rose DeWitt Bukater",
    "email": "rose@unsinkableship.com",
    "phone_number": "08102909304"
  },
  "flw_ref": "FLW-MOCK-597ae423f1470309edcb5879e3774bfa",
  "status": "successful",
  "tx_ref": "titanic-48981487343MDI0NzMx",
  "transaction_id": 495000
}