Callback Accepted Response

Anything other than {"success": true} will indicate that the callback has not been consumed. In this case we may attempt redelivery

  • success
    Type: boolean
    required

    true if the callback has been consumed

Examples
{
  "success": true
}