Payment Webhook API

Moolre sends real-time HTTP POST notifications (callbacks) to your server when a payment is received or its status changes.

Endpoint Information

POST {{YOUR_CALLBACK_URL}}

To test in sandbox, use {{YOUR_CALLBACK_URL}} instead.

Request Parameters

ParameterTypeRequiredDescription
statusintegerYes1 for success
codestringYesP01
messagestringYesTransaction Successful
dataobjectYesThe transaction details

Response Examples


← Back to AI Documentation Index | View Full API Reference