Event Type | Description |
---|---|
| A new redemption has been created in a customer's account for processing |
{
"id": "event_a296f5ba-3366-43dd-a0da-4e9a48ab7d57",
"type": "redemptions.created",
"timestamp": "2019-09-23T07:08:14.121518146Z",
"payload": {
"paymentID": "DWTY000222-1569532743890-RXUCH",
"category": "REDEMPTION",
"type": "WIRE",
"amount": -100.00,
"currency": "USD",
"status": 1,
"statusMessage": "Pending"
"userID": "30b250c6-8e85-40e0-937f-0b0689691b38",
"accountID": "30b250c6-8e85-40e0-937f-0b0689691b38.1569532274142",
"transactionCode": "RECEIPT_WIRE",
"description": "Cash Disbursement - Wire",
"note": "Here's some money"
}
}
Results Explained
Attribute | Type | Description |
---|---|---|
| string | unique event identifier |
| string | the type of event |
| string | time when the event was created |
| object | contains the event details |
| string | payment identifier |
| string | symbol of the created instrument |
| string | category of money flow. Options:
|
| string | method of deposit or redemption. for options see Deposit Methods or Redemption Methods |
| number | amount |
| number | status. for options see Deposit Statuses or Redemption Statuses |
| string | status message |
| string | timestamp when created |
| string | user identifier |
| string | account identifier |
| string | transaction code. for option see Transaction Types Explained |
| string | description of the |
| string | note from client when requesting funds |