@copilot I’m using Stripe.js to process payments. When I “hard-code” in the amount, I have a problem; the transaction is processed without issues (the payment method and payment intent and secret are generated, and the amount is processed in Stripe and Bubble without issues). However, I when I pull the amount in dynamically (e.g., from an input), I get the attached error. The amount field is left to be “0”. I’m not sure how to rectify it…I’ll appreciate your help with this.