#rmoura-minimum-charge
1 messages ยท Page 1 of 1 (latest)
Can you clarify what you mean? We publish the minimum charge for each currency, but if you present in another currency than you settle you need to account for the conversion
theres not any specific error... just Stripe::InvalidRequestError so I was asking if you had any service to check first
Can you share an example request? There should be a very specific error message about this
Have you looked at the error body?
or in your developer dashboard for example?
yeah but I would like to avoid using the message...Stripe::InvalidRequestError Exception: Amount must convert to at least 50 cents. $1 converts to approximately โฌ0.00.
but I would like to use stripe to check if the amount is good or not
That's not supported, you need to send the appropriate minimum amount or handle that error
@grand trail what was the other question you had about multiple elements?
yeah
so I want to make to payment elements
because the card element is ugly.... ๐
Sorry to hear that. You can tweak a lot of the UI on PaymentElement have you tried?
np I just prefer the payment element!
But I need to seperate in multiple elements
maybe I can have the paymnet element with only the card element and also have a sepa element at the same time
yes that totally works
Awesome ๐
How can i prefill the country in a payment element?
any idea?
because changing the billing details does not change this field
I don't think you can but looking
I did confirm with the team that it's not something supported today. The country dropdown is pre-filled based on the customer's IP and it can't be set/pre-filled by your integration