I am using the Balanced ruby gem in my rails app for payment integration.
I am submitting card information and getting valid response. Then I send card information to my controller and in that I am creating buyer using card_uri
.
buyer = Balanced::Marketplace.my_marketplace.create_buyer(@member.email, card_uri)
but, I am getting this error:
Faraday::Error::TimeoutError (execution expired):
Can anyone tell me what's wrong? Thanks in advance.