Webhook events
Events are the things that happen in our application that would trigger a webhook to be sent. Below is a list of webhooks and explanation of what they represent.
Last updated
Events are the things that happen in our application that would trigger a webhook to be sent. Below is a list of webhooks and explanation of what they represent.
Last updated
payment.initialized
When payment is started by client (usually requires additional steps by the client to complete the payment)
payment.authorized
When client has completed all required actions to finance purchase
payment.captured
When the process for merchant payment has started (after invoices have been uploaded and verified)
payment.settled
When the payment from Finove to the merchant is complete.
payment.canceled
When the payment is canceled
payment_request.created
When payment request is created
payment_request.updated
When payment request is updated
payment_request.completed
When a customer uses a payment request to start the payment process
payment_request.expired
When a payment request expires
If there are other events you need, please contact us at dev@finove.com.br and we will see if we can add them.