Skip to main content

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:

TypeRequiredDescription
typetrueMust be set to PAYMENT_RECEIVED
payloadtrueExplained below

Payload fields

TypeRequiredDescription
paymentTriggerRequestIdtrueUUID for the payment