Subscribe for REMP receipts
After sending an external inbound message you can subscribe for its processing statuses
This feature may be good if you want to make your application more responsive and user-friendly by providing detailed information about message processing stages to the user.
Use subscription rempReceipts
to receive message processing statuses.
Subscription returns an error message and closes if the first receipt is not received within 5 seconds, and if any subsequent receipt is not received within 60 seconds after the previous receipt.
You can subscribe for receipts directly from API or you can use ever-sdk process_message
function to receive these statuses into the callback. See the sample.
Result message payload example
Error payload
If no receipt was received within a timeout (5 seconds for the first receipt, and 60 seconds for next receipts), there will be a ws message with error
type and this payload:
Last updated