Skip to main content

A transaction is created

Webhook 

This event occurs when a transaction is created.

Note that this event will occur for both successful and failed transactions. You can check the status of the transaction by examining the gateway_status attribute of the transaction object.

Note these fields:

  • context_str = transaction
  • context_id = ... (this will be the transaction_id of the transaction)
  • event = insert

Request

Responses

Return a 200 status to indicate that the data was received successfully