{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "NotificationTransferStatusBody",
"properties": {
"type": {
"type": "string",
"description": "Sent: always.
Specifies which stage the notification refers to.
Possible values:
- pay - transfer payment(transferRequestId),
- payout - payout of funds (transferIds),
- refund."
},
"id": {
"type": "string",
"description": "Sent: always.
Identifier of transfer, payout or refund which the notification refers to."
},
"status": {
"type": "integer",
"description": "Sent: always.
Operation statuses are described in Table of tansaction statuses"
},
"externalParam": {
"type": "string",
"description": "Sent: always.
Parameter defined at transfer registration.
Note!
For method /v1/transfer/basket n case of notifications of the type \u201epay\u201d, the field comprises all the externalParam values of the sent transfers separated with commas."
},
"method": {
"type": "string",
"description": "Sent: only if it is a notification on the payment of the transfer.
Transfer payment method: p24/p24code/wallet/card.",
"example": "wallet"
},
"sign": {
"type": "string",
"description": "Sent: always.
Control sum is a value calculated with the use of sha384 algorithm. For details, see Calculation of sign parameter dla powiadomie\u0144."
}
}
}