Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Craft 5 with Formie 3.1.18 #2255

Open
Abdulkadiragoliya opened this issue Jan 22, 2025 · 1 comment
Open

Craft 5 with Formie 3.1.18 #2255

Abdulkadiragoliya opened this issue Jan 22, 2025 · 1 comment
Labels

Comments

@Abdulkadiragoliya
Copy link

Question

We are going to integrate stripe with the formie form. there is no custom template used and no custom javascript used for this form.

When form submitted its throwing error 2025-01-22 06:14:57 [ERROR] Couldn’t save submission due to errors - {"payments":[""]}.

In submission we can see the submission Submission with Status Incomplete

Additional context

No response

@engram-design
Copy link
Member

engram-design commented Jan 22, 2025

I'm not really clear what's going on here, sorry. Any chance of recording a video of this issue? It seems like the JS to handle payments hasn't kicked in for Stripe. Looking at your support request I can see there's indeed something wrong with the Stripe tokens that should be generated.

'payments' => [
    'stripePaymentIntentId' => ''
    'stripeSubscriptionId' => ''
]

Those should not be empty, so it sounds like there might be a client-side error.

This is also a bug report, not a question.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants