Matching submissions to Stripe transactions

  • audabee
    Asked on June 21, 2015 at 4:23 PM

    Hi,

    we need to match transactions to submissions (with lots of events, lots of transactions, it's hard to to administer).

    Currently, we're using PayPal for members to pay for events etc. However, I'd like to move to Stripe.

    As discussed a while back here, is it yet possible to match/pass a field to Stripe to identify the details of a payment?

    thanks,

    Edited: I think this field does what I need...is that right?

  • Boris
    Replied on June 21, 2015 at 9:12 PM

    Yes, if I correctly understand what you are trying to achieve, this feature should be what you need.

    You seem to want to pass a Unique ID or a unique identifier of your customer, directly to Stripe inside your transactions.

    You can forward your any of your form fields to Stripe Description field, which means that you can include any data/number/details that help you track your customer - directly to Stripe.

    If it helps, you can also attach your Customer ID to the email notifications that you receive.

    Matching submissions to Stripe transactions Image 1 Screenshot 20

    Please let us know if you need further assistance with this, we will be happy to help.

  • audabee
    Replied on June 21, 2015 at 10:12 PM

    Perfect Boris! Many thanks.