To receive transaction status updates from Mozarto, clients must first configure a webhook URL using a POST request.
Once a user completes a transaction (by clicking and finishing the payment via the provided payment link), Mozarto will send a POST request to the configured webhook URL with a payload containing the transaction details.
The webhook payload includes key information such as:
1.
transaction_id
2.
user_id
3.
currency
4.
status (e.g., success, failure)
5.
PSP-specific metadata and other relevant transaction details.
This webhook allows the client system to handle post-transaction processing automatically based on the final transaction result.
The customer must provide their callback URL to Mozarto in order to receive status updates for transaction.
This URL will be used by Mozarto to send real-time webhook notifications containing the transaction result.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.