#AlienSoft
1 messages · Page 1 of 1 (latest)
Hi there!
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
hi im using deferred payment, so not intent is being generated until a payment is submitted.
however, for DISPLAY purposes, i'm updating the price & currency of the element OBJ
it's working fine when the page is loaded, however, if i submit a POST to update my prices, then page re-load when it has to update the currency/price i see an error: element not initialiazed
elements.update({amount: newPrice * 100});
if i submit a POST to update my prices, then page re-load
This is probably caused by your integration. You need to debug what is causing the page to re-load in your itnegration.