Status notifications
Description of the types of notifications that SimpleFi can send to your webhooks
Payment requests can have the following statuses:
Pending: The payment request has been created but the payment has not yet been completed.
Paid: The payment has been successfully completed.
Refunded: The payment request has been marked as a refund.
Canceled: The payment request has been canceled before being paid.
Expired: The payment request has exceeded the configured time to be settled and has not been completed.
SimpleFi sends notifications of status changes for payment requests to the URL specified by the user. These notifications are sent via an HTTP POST request and contain the following data structure. See Notification Webhook
Last updated