#transpile

1 messages · Page 1 of 1 (latest)

lime ferryBOT
elfin kite
#

I think return_url is what you're talking about, yes?

lime ferryBOT
leaden mountain
#

so if there is any other methods i can use without using the request url as required param

grand gale
#

Since the Payment Element is used, there can be redirect payment method selected and used by the customer. Customer will be redirected to the payment method page to complete the payment. After the payment is completed, Stripe will use return_url to redirect the customer back to your website. Therefore, return_url is required

leaden mountain
grand gale
#

If you use card element, then return_url is not required

leaden mountain
#

Please how do i disable the ZIP field?

#

Is the field required ?

grand gale
#

It depends on the card issuer. Some card issuer requires zip code

leaden mountain
#

I have been able to implement it , but is there no a way to validate the card inputs and throw error if user click without feeling the required details? @grand gale

grand gale