Skip to content

Commit

Permalink
Changes following tech writer 2i
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanD-GDS committed Dec 18, 2024
1 parent 6bf62fb commit 9ef5497
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion source/webhooks/index.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,11 @@ When your webhook receives a message, it’ll look like this:

### Retry mechanism

GOV.UK Pay sends each webhook message at least once. If we do not receive a `2xx` successful response from your service quickly after sending a webhook message, we’ll try to send the message again. After several attempts, we'll stop retrying.
GOV.UK Pay sends each webhook message at least once.

If we receive a `2xx` successful response from your service, we will not try to send the webhook message again.

If we do not receive a `2xx` successful response from your service quickly after sending a webhook message, we’ll try to send the message again. After several attempts, we'll stop trying.

Sometimes, your service will return a successful response but we might not receive it and will try to send the webhook message again. Your integration should be able to handle receiving the same webhook message more than once.

Expand Down

0 comments on commit 9ef5497

Please sign in to comment.