# PaymentCallback

Callback for successful or failed payments made via the Payments API

## Properties

| Name | Type | Required | Description | Examples |
|------------|:-------------:|:-------------:|-------------|:-------------:|
| **event** |string | ☑️ | Identifies the event that triggered a notification to the merchant | | |
| **businessId** |string | ☑️ | business_id | | |
| **created** |string | ☑️ |  | | |
| **data** |[PaymentCallbackData](PaymentCallbackData.md) |  |  | | |



[[Back to README]](../../README.md)