Integration Event to be used to verify integration to bread systems.
Headers:
Ce-Type
- IntegrationTestEventCe-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
Name | Type | Required | Restrictions | Description |
---|---|---|---|---|
identity | object | true | none | The claims that determines the access level of the caller. |
➥ tenantID | string(uuid) | true | none | An UUID that represents a tenant. |
➥ buyerID | string(uuid)¦null | false | none | An UUID that represents a buyer. |
➥ merchantID | string(uuid)¦null | false | none | An UUID that represents a merchant. |
➥ partnerID | string(uuid)¦null | false | none | An UUID that represents a partner. |
➥ programID | string(uuid)¦null | false | none | An UUID that represents a program. |
timestamp | string(date-time) | true | none | The timestamp value formatted per RFC3339. This does not allow nulls. |
message | string | true | none | none |