PAYMENT_RECEIVED
Request payload#
POST: https://api.{ENV}.dais.com/ioi/v3/event/fire
curl --location --request POST 'https://api.{ENV}.dais.com/ioi/v3/event/fire' \--header 'Authorization: Basic <yourAuthHere>' \--header 'Content-Type: application/json' \--data-raw '{ "type": "PAYMENT_RECEIVED", "payload": { "paymentTriggerRequestId": "<paymentTriggerRequestId>" }}'{ "type": "PAYMENT_RECEIVED", "payload": { "paymentTriggerRequestId": "f20032d4-19cb-442d-b256-71db0d1ff940" }}Event payload fields:
| Type | Required | Description |
|---|---|---|
type | true | Must be set to PAYMENT_RECEIVED |
payload | true | Explained below |
Payload fields
| Type | Required | Description |
|---|---|---|
paymentTriggerRequestId | true | UUID for the payment |