Skip to main content
POST
https://checkout.dintero.com/v1
/
events
/
gateways
/
netaxept
/
transaction
/
hooks
checkout_netaxept_webhooks_post
curl --request POST \
  --url https://checkout.dintero.com/v1/events/gateways/netaxept/transaction/hooks \
  --header 'Content-Type: application/json' \
  --data '
{
  "TransactionId": "<string>"
}
'
{
  "error": {
    "message": "<string>",
    "code": "<string>",
    "errors": [
      {}
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.dintero.com/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

Content of webhook event

TransactionId
string

Response

webhook handled

Last modified on May 12, 2026