more questions
-
There seems to be a possible glitch or bug as when the payment is confirmed and after a green check appears, a big white box about 1/5th of the monitor screen (just below the pay button) appears with the text “Processing…” and the letters fill up with color to show that it’s going through. Is there a way to remove this from popping up? Is this normal but supposed to appear way smaller? What are your thoughts?
Additionally how can I verify the authenticity of a payment with safe guards such as not accepting duplicate customers, charges, or emails with the same information. Things of that nature?
Also not sure if this is due to me being in test data mode, but in this mode stripe accepts any data being passed right?
On the stripe dashboard under “customers”, the relevant billing information like the address tied to the customer’s input is stated as “None”. How come the billing information doesn’t appear here?
Lastly, I tried making a single product button after I got the subscriptions working although, I keep getting this 400 ERR:
Request POST body
{
“amount”: “0”,
“currency”: “USD”,
“capture”: “true”,
“description”: “Supreme F/W \’18 Monitor Access”,
“customer”: “cus_DlSNcazKD1Kqpz”
}
Response body
{
“error”: {
“code”: “parameter_invalid_integer”,
“doc_url”: “https://stripe.com/docs/error-codes/parameter-invalid-integer”,
“message”: “Invalid positive integer”,
“param”: “amount”,
“type”: “invalid_request_error”
}
}Any thoughts?
Thank you.
- The topic ‘more questions’ is closed to new replies.