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
Post a Comment