Cancelled
If an exchange is cancelled by either the seller or the admin then we will trigger an event. If you provided a URL for this event then we will send a postback to your URL.
Outputs
| Variable | Description | |
|---|---|---|
| Type | type | Indicates the specific postback case. |
| Data | data | Contains variables unique to this postback. |
| Timestamp | timestamp | The current date/time UTC. |
| Reference Id | reference_id | The Reference Id of the exchange that has been cancelled. |
| Exchange Limit | exchange_limit | The maximum amount the system will allow from you after the cancellation. |
Example Output
{
"type": "cancelled",
"data": {
"reference_id": "2aa3b74c3c2e048e928d4f7fba6c12d3",
"exchange_limit": 23
},
"timestamp": "2018-12-19 16:03:26"
}