Stripe Payment Intents Gateway Guide (article)

Susana Moleón
Susana Moleón
  • Updated

Overview

Use the Payment Intents API to build an integration that can handle complex payment flows. It tracks a payment from creation through checkout, and triggers additional authentication steps when required.

How to set it up?

First of all you need to sign up for a Stripe Payment Intents account here:

https://dashboard.stripe.com/register

Once registered you need to provide us with the following information:

  1. WebhookID,
  2. Secret Key and
  3. Webhook Signing secret key

Furthermore the correct webhook endpoint and events need to be set up in your Stripe Account:

  1. Endpoint URL: https://core.spreedly.com/stripe/webhooks

  2. Events: payment_intent.succeeded, payment_intent.payment_failed, and payment_intent.amount_capturable_updated

 

Once we receive this information we will integrate the Stripe Payment Intents through our Spreedly aggregator.

The cost of the Spreedly account is covered by Palisis.

 

Please click here for more information if needed.