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:
- WebhookID,
- Secret Key and
- Webhook Signing secret key
Furthermore the correct webhook endpoint and events need to be set up in your Stripe Account:
-
Endpoint URL:
https://core.spreedly.com/stripe/webhooks
-
Events:
payment_intent.succeeded
,payment_intent.payment_failed
, andpayment_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.