Is there a way to pass the form name to Stripe dashboard?

  • Declynam
    Asked on May 24, 2017 at 12:38 PM

    Hi,

    Our customer has 2 Jotforms integrated with Stripe:

    https://form.jotformeu.com/70612860953357

    https://form.jotformeu.com/70802525502346

    They are unsure which is which when they look in Stripe. What is the best way to carry the name of the form over into Stripe?

     

    Cheers

    Dec

  • John_Benson
    Replied on May 24, 2017 at 4:08 PM

    Hello Dec,

    My understanding is that you connected 2 forms in 1 Stripe account and you want to identify where the payment transactions are coming from. 

    Unfortunately, it is not possible to pass the form title or form ID to Stripe Dashboard. Normally, only the payment details and card details are transferred to Stripe.

    Is there a way to pass the form name to Stripe dashboard? Image 1 Screenshot 20

    Upon further checking, I found out that it is not recommended to connect multiple websites to a single Stripe account. Please check these links:

    https://support.stripe.com/questions/stripe-account-for-multiple-projects
    https://stripe.com/docs/dashboard#multiple-accounts
    https://stripe.com/blog/manage-multiple-accounts

    Hope that helps. Thank you for understanding

  • Declynam
    Replied on May 25, 2017 at 4:29 AM

    Hi the forms are both from  the same web site. So there is no way to distinguish in Stripe which payment comes from which form?

  • Nik_C
    Replied on May 25, 2017 at 4:59 AM

    Unfortunately no, it is not possible. The only way is to use Submissions from each form and compare that data to data from Stripe. 

    I'm sorry we couldn't offer a better way to do that but there are constraints when it comes to which data can flow to Stripe integration.

    Let us know if you have any further questions.

    Thank you!

  • Declynam
    Replied on May 25, 2017 at 10:01 AM

    Does the description not carry?

  • Welvin Support Team Lead
    Replied on May 25, 2017 at 12:12 PM

    Actually, it's possible to pass a custom value to Stripe. Do the following:

    1. Add a textbox field in the form with a default value, either the form ID or the form name. This textbox can be hidden in the form view.

    To see a default value and hide a field, go to Settings > Advanced tab. See screenshot:

    Is there a way to pass the form name to Stripe dashboard? Image 1 Screenshot 40

     

    2. In the Stripe settings. Go the Additional Gateway Settings, select the textbox in the "Custom Data Field" dropdown.

    Is there a way to pass the form name to Stripe dashboard? Image 2 Screenshot 51

     

    When the payment is submitted, you should see the textbox value under the MetaData section of the payment. See screenshot:

    Is there a way to pass the form name to Stripe dashboard? Image 3 Screenshot 62

     

    I hope that helps. Let us know if you need further assistance regarding this matter.