Payment Webhook API

Real-time HTTP POST notifications for payment receipts and status changes.

# Payment Webhook API

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

## Endpoint
- **Method**: POST
- **URL**: {{YOUR_CALLBACK_URL}}

## Request Body
| Parameter | Type | Required | Description |
| :--- | :--- | :--- | :--- |
| status | integer | Yes | 1 for success |
| code | string | Yes | P01 |
| message | string | Yes | Transaction Successful |
| data | object | Yes | The transaction details |

Back to the Moolre AI documentation index