Stripe Payment Error : While sending stripe token from iOS to php -


actually try send send token generated stripe ios sdk when send generated token server using php show me below error

"uncaught exception 'stripe\error\apiconnection' message 'could not connect stripe (https://api.stripe.com/v1/charges). if problem persists, should check stripe's service status @ https://twitter.com/stripestatus, or let know @ support@stripe.com."

please solve problem

from source code:

when restclient::requesttimeout       message = "could not connect stripe (#{api_base_url}). #{connection_message}" 

check if internet issue or ping url https://api.stripe.com/


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -