Integrate via the Stripe App

You can integrate with Stripe directly using their app.

# Install Stripe

<div class="callout callout--transparent">
<ol class="list-colored">
<li><a href="https://marketplace.stripe.com/apps/impactcom-affiliate" target="_blank">Log in</a> to your Stripe account to install the Stripe App.</li>
<li>On the <em>Stripe Apps</em> page, select <b>Continue</b>.</li>
<li>Select your account name.</li>
<li>Review and confirm your access rights, then select <b>Install</b>.</li>
<li>After the app was successfully installed, select <b>Continue to app settings</b>.</li>
<li>Enter your impact.com <em>Settings</em> details.
<ul>
<li>Refer to the <em>impact.com account information reference</em> below.</li>
</ul>
</li>
<li>Select <b>Save settings</b> to complete the setup.</li>
<img src="https://files.readme.io/24314fa-Screenshot_2024-02-02_at_11.14.45.png"></img>
</ol>
</div>

>    **impact.com account information reference**
>
> <Table>
>   <thead>
>     <tr>
>       <th>
>         Account Data
>       </th>
>
>       <th>
>         Description
>       </th>
>     </tr>
>   </thead>
>
>   <tbody>
>     <tr>
>       <td>
>         <strong>URL<span style={{color:"red"}}>\*</span></strong>
>       </td>
>
>       <td>
>         The URL of the site where your integration will be implemented.
>       </td>
>     </tr>
>
>     <tr>
>       <td>
>         <strong>Account SID<span style={{color:"red"}}>\*</span></strong>
>       </td>
>
>       <td>
>         Your impact.com API account identifier, unique to your account. In some applications, this is the Username for your account.
>       </td>
>     </tr>
>
>     <tr>
>       <td>
>         <strong>Auth Token<span style={{color:"red"}}>\*</span></strong>
>       </td>
>
>       <td>
>         In impact.com, navigate to <a href="https://app.impact.com/secure/advertiser/accountSettings/techintegration/adv-wsapi-table-flow.ihtml?execution=e1s1" target="_blank"><strong class="fas fa-ellipsis-v"><br></strong> <strong>\[Menu] → Settings → API</strong></a> to find your Auth Token. Copy the full case-sensitive value.
>       </td>
>     </tr>
>
>     <tr>
>       <td>
>         <strong>Program Id<span style={{color:"red"}}>\*</span></strong>
>       </td>
>
>       <td>
>         Enter your impact.com Program ID value (a.k.a Campaign ID value). To find this value, select your brand name in the top left corner of Impact. Your Program ID is shown in gray type under your Program name in the Program column. <br> <img src="https://files.readme.io/73397fe-impact-program-id.png" style="border:1px solid #dedede;border-radius:6px;overflow:hidden;margin-top:23px;margin-bottom:23px;width:300px;height:auto;display:inline-block"></img>
>       </td>
>     </tr>
>
>     <tr>
>       <td>
>         <strong> Event Type Id<span style={{color:"red"}}>\*</span></strong>
>       </td>
>
>       <td>
>         In impact.com, navigate to <a href="https://app.impact.com/secure/advertiser/tracking-settings/actiontracker/view-actiontracker-flow.ihtml" target="_blank"><strong class="fas fa-ellipsis-v"><br></strong> <strong>\[Menu] → Settings → Tracking → Event Type</strong></a> to find your Event Type ID. Copy the full case-sensitive value.
>       </td>
>     </tr>
>
>     <tr>
>       <td>
>         <strong> Recurring Tracker Id<span style={{color:"red"}}>\*</span></strong>
>       </td>
>
>       <td>
>         Your impact.com recurring subscription Event tracking identifier. In impact.com, navigate to <a href="https://app.impact.com/secure/advertiser/tracking-settings/actiontracker/view-actiontracker-flow.ihtml" target="_blank"><strong class="fas fa-ellipsis-v"><br></strong> <strong>\[Menu] → Settings → Event Type</strong></a>. This event type must be [linked as a child event](https://help.impact.com/en/support/solutions/articles/48001235457-modify-parent-child-event-types) to your first subscription event type. For help with creating and linking event types, [contact support](https://app.impact.com/support/portal.ihtml?createTicket=true)
>       </td>
>     </tr>
>   </tbody>
> </Table>

# End-to-End Testing

<BrandE2ETestingImpactcom />