responseCode property in the response on error| responseCode | Description |
|---|---|
| 001 | Authentication problems. Please check that your token and header are valid. |
| 002 | Error in the information sent. Please check that the properties and their information are valid. |
| 003 | Error with the terminal serial number. Please check that the terminal serial number is correct. |
| 004 | Duplicate unique reference. Transaction with CREATED status. |
| 005 | Duplicate unique reference. Transaction with CANCELLED status. |
| 006 | Duplicate unique reference. Transaction with APPROVED status. |
| 007 | Duplicate unique reference. Transaction with REFUNDED status. |
| 010 | The device token sent does not exist |
| 100 | Error registering unique reference. Please check that the information submitted is correct and try again. |
| 101 | Error sending notification to terminal. Check that the terminal is on and has internet access and try again. |
curl --location --request POST '/v2/push-notifications' \
--header 'X-BP-AUTH;' \
--header 'Content-Type: application/json' \
--data-raw '{
"serialNumber": "TERM123",
"amount": 37,
"identifier": "c68522bd-bfc1-4b08-bf99-30300806c25a",
"uniqueReference": "100123"
}'{
"message": [
"serialNumber must not contain special characters"
],
"responseCode": "002"
}