Payouts allows partners to receive real time notifications about Payouts related information (payout & top up, etc), by configuring a endpoint URL on Midtrans's Dashboard.
Once configured, Payouts will send a HTTP POST payload to the URL, containing detail about specific event which can be seen in the notification payload section. Currently, we only send payout and top up notification.
Configuring the Endpoint URL
- To setup an Endpoint URL on Payouts, head over to the SETTINGS tab on the sidebar, and click on ENDPOINT URL
- Click on the Edit URL button to access the page for adding a new URL
- Enter the URL in the ENDPOINT URL field. Before saving the URL, test it using the Send Test Notification button. A test HTTP POST request will be sent with a payload as shown above the button.
- Status of the notification is shown on the page. Please check the URL if the status code displayed is 4XX or 5XX
- Save the notification URL using the Submit button. The notification URL can be modified anytime from the edit page using the Edit URL button