<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: aammasa</title>
    <description>The latest articles on DEV Community by aammasa (@aammasa).</description>
    <link>https://dev.to/aammasa</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1313528%2Fd5bf5bf5-11ab-4ccd-8687-4509487a61a0.png</url>
      <title>DEV Community: aammasa</title>
      <link>https://dev.to/aammasa</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aammasa"/>
    <language>en</language>
    <item>
      <title>Custom Header in Stripe Webhook Payload</title>
      <dc:creator>aammasa</dc:creator>
      <pubDate>Thu, 29 Feb 2024 08:04:15 +0000</pubDate>
      <link>https://dev.to/aammasa/custom-header-in-stripe-webhook-payload-4bld</link>
      <guid>https://dev.to/aammasa/custom-header-in-stripe-webhook-payload-4bld</guid>
      <description>&lt;p&gt;Hi , &lt;br&gt;
I am working on a project where we create Payment link using Stripe and share the link to the customer.&lt;/p&gt;

&lt;p&gt;Once the customer made the payment we use Stripe webhook to check the payment status. and we are sending some metadata using the generate payment link.&lt;/p&gt;

&lt;p&gt;What I need ?&lt;br&gt;
Imaging that i created a order # 12345 and the payment is done. I want stripe webhook to send me that Order number in request header. I don't want to retrieve the details in payload. &lt;/p&gt;

&lt;p&gt;is it possible in stripe webhook ?&lt;/p&gt;

</description>
      <category>stripe</category>
      <category>programming</category>
      <category>webhook</category>
      <category>java</category>
    </item>
  </channel>
</rss>
