条带支付错误:从iOS发送条带令牌到php

Actually we are try send send token which is generated by stripe ios sdk but when we send that generated token to server using php it show me below error

"Uncaught exception 'Stripe\Error\ApiConnection' with message 'Could not connect to Stripe (https://api.stripe.com/v1/charges). If this problem persists, you should check Stripe's service status at https://twitter.com/stripestatus, or let us know at support@stripe.com."

Please help us to solve that problem

From source code:

when RestClient::RequestTimeout
      message = "Could not connect to Stripe (#{api_base_url}). #{connection_message}"

Check if your internet issue or ping the url https://api.stripe.com/