Single-event requests
Successful deliveries
200 OK
response status. This indicates that PaySway can safely mark the event as delivered.Retries on failure
200 OK
, the delivery is considered failed.
PaySway will retry delivering that event using an exponential backoff strategy.
There is no limit on the number of retry attempts, so your handler should be idempotent and prepared for possible repeated messages.Independent deliveries
Final confirmation
200 OK
response is received, PaySway treats the event as delivered and will not attempt to send it again.