Stripe - Reconciliation | Community
Skip to main content
Answered

Stripe - Reconciliation


Hey Everyone! 

I’m looking to reconcile Stripe payments within Typeform. How do i tie a payment back to a completed survey? I cant find what UID is passed back. Has anyone had any success in this area? Thanks!

Best answer by RichardMNZ

Thanks for the response. @jeremielp! I appreciate it. 

I discovered that the typeform_form_id and typeform_response_id are passed across to stripe as metadata which resolves my problem. Cheers!

View original

2 replies

Forum|alt.badge.img+5
  • Community Wizard
  • 127 replies
  • March 1, 2023

1. Retrieve last Stripe Transactions using Stripe API
https://stripe.com/docs/api/issuing/transactions

2. Retrieve last Typeform Respones using Typeform API
https://www.typeform.com/developers/responses/reference/retrieve-responses/

3. Reconcile, using the email field
- if in Stripe and not in Typeform, payment was made but user did not complete the form
- if in Typeform and not in Stripe, form was completed, but payment was ignored or failed


  • Author
  • Explorer
  • 1 reply
  • Answer
  • March 1, 2023

Thanks for the response. @jeremielp! I appreciate it. 

I discovered that the typeform_form_id and typeform_response_id are passed across to stripe as metadata which resolves my problem. Cheers!


Reply