Skip to content

Commit

Permalink
more little text updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncanma committed May 5, 2024
1 parent 27c04f9 commit 4c33b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/Blog/order-fulfillment.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ I'm using a [Restricted Access Key](https://docs.stripe.com/keys#limit-access),

![image of the key management area of the Stripe dashboard, showing the two restricted keys](/images/photo-gallery/restricted-access-key-functions.png)

Then, following [the instructions from the documentation](https://docs.stripe.com/webhooks#verify-official-libraries), I use the Stripe .NET SDK and the webhook signing secret (which I can get from the Stripe Dashboard, and in this case have it saved in the application settings) to validate that this is really a message *from* Stripe.
Then, following [the instructions from the documentation](https://docs.stripe.com/webhooks#verify-official-libraries), I use the Stripe .NET SDK and the webhook signing secret (which I can get from the Stripe Dashboard, and in this case have saved in the application settings) to validate this is really a message *from* Stripe.

```csharp
string requestBody = await new StreamReader(req.Body).ReadToEndAsync();
Expand Down

0 comments on commit 4c33b42

Please sign in to comment.