SiQURO checks the status of response. Any 2xx response assumes that callback is accepted successfully. Otherwise SiQURO will try to send it again later couple if times.
HEADER PARAMETERS
| Parameter | Value |
|---|---|
X-SIQ-SIGNATURE string | Signed hash to verify that callback is sent by SiQURO. How to verify signature? |
X-SIQ-TIMESTAMP string | Example: 1700045550848Callback timestamp |
REQUEST BODT SCHEMA:
application/json
Information about payment status
| Parameter |
|---|
txId string |
status string |
amount number |
createdAt string <date-time> |
originalRequest object |
compoundState string |
payerIban string |
payerInstitution string |
payerFullname string |
REQUEST SAMPLES
{
"txId": "507f191e810c19729de860ea",
"status": "PAYMENT_SUCCESS",
"amount": "100.00",
"createdAt": "2021-01-01T00:00:00.000Z",
"compoundState": "SUCCESS.COMPLETE"
"originalRequest": { },
"payerIban": "IBAN",
"payerInstitution": "INSTITUTION",
"payerFullname": "FULL NAME"
}