Integration Test Event


Integration Event to be used to verify integration to bread systems.

Headers:

  • Ce-Type - IntegrationTestEvent
  • Ce-Source - breadpayments.webhooks.webhook
{
  "identity": {
    "tenantID": "dc0dc633-1760-4d43-ba1d-da94ed701f06",
    "buyerID": "dc0dc633-1760-4d43-ba1d-da94ed701f06",
    "merchantID": "dc0dc633-1760-4d43-ba1d-da94ed701f06",
    "partnerID": "dc0dc633-1760-4d43-ba1d-da94ed701f06",
    "programID": "dc0dc633-1760-4d43-ba1d-da94ed701f06"
  },
  "timestamp": "2020-12-31T15:10:55Z",
  "message": "string"
}

Properties

NameTypeRequiredRestrictionsDescription
identityobjecttruenoneThe claims that determines the access level of the caller.
➥ tenantIDstring(uuid)truenoneAn UUID that represents a tenant.
➥ buyerIDstring(uuid)¦nullfalsenoneAn UUID that represents a buyer.
➥ merchantIDstring(uuid)¦nullfalsenoneAn UUID that represents a merchant.
➥ partnerIDstring(uuid)¦nullfalsenoneAn UUID that represents a partner.
➥ programIDstring(uuid)¦nullfalsenoneAn UUID that represents a program.
timestampstring(date-time)truenoneThe timestamp value formatted per RFC3339. This does not allow nulls.
messagestringtruenonenone