<?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: Rasha</title>
    <description>The latest articles on DEV Community by Rasha (@rasha).</description>
    <link>https://dev.to/rasha</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%2F414955%2Fc1cd90f5-6527-4750-acc0-ab04117d56c3.png</url>
      <title>DEV Community: Rasha</title>
      <link>https://dev.to/rasha</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rasha"/>
    <language>en</language>
    <item>
      <title>How to pass parameters from Gsheets to Stripe?</title>
      <dc:creator>Rasha</dc:creator>
      <pubDate>Wed, 24 Jun 2020 17:06:57 +0000</pubDate>
      <link>https://dev.to/rasha/how-to-pass-parameters-from-gsheets-to-stripe-55mj</link>
      <guid>https://dev.to/rasha/how-to-pass-parameters-from-gsheets-to-stripe-55mj</guid>
      <description>&lt;p&gt;I'm prototyping an app on a platform with Gsheet as its engine. Currently, in-app purchases are possible but only for personal Stripe accounts -- no Stripe Connect integration. Making API calls from the app is not possible.&lt;/p&gt;

&lt;p&gt;The model is one-to-many: A buyer can purchase from multiple Sellers. Every time a customer makes an in-app purchase, I need to be able to fetch that merchant’s account ID (already in the sheet) and set it as a parameter for the payment call to Stripe. In addition to the cost of the product, customer info, etc.&lt;/p&gt;

&lt;p&gt;I'm getting up to speed on APIs but my understanding is still limited. I know that Gsheet-to-Stripe is fairly simple but I have not found a solution for the other way around.&lt;/p&gt;

&lt;p&gt;Tips or trickery appreciated.&lt;/p&gt;

</description>
      <category>help</category>
      <category>stripe</category>
      <category>api</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
