You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am getting inconsistent webhook request from flutterwave even for same event type.
In some cases there is data in request.body and sometimes it missing, depending on the payment method used (card payments, bank transfers, USSD e.t.c).
In other cases created_at is camelCase as createdAt.
Does flutterwave provide a method for normalizing data sent to webhook
The text was updated successfully, but these errors were encountered:
i am getting inconsistent webhook request from flutterwave even for same event type.
In some cases there is
data
inrequest.body
and sometimes it missing, depending on the payment method used (card payments, bank transfers, USSD e.t.c).In other cases
created_at
is camelCase ascreatedAt
.Does flutterwave provide a method for normalizing data sent to webhook
The text was updated successfully, but these errors were encountered: