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!

icon

Best answer by RichardMNZ 1 March 2023, 11:41

View original

2 replies

Userlevel 5
Badge +5

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

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