You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Albert Mata edited this page Sep 28, 2016
·
11 revisions
To start using the SDK you need to configure the Judopay gem by passing a block.
You can authenticate either with basic authentication by passing your login and password credentials or using an existing OAuth2 access token.
Basic authentication
Judopay.configuredo |config|
config.judo_id=12345config.api_token='your-token'config.api_secret='your-secret'# Set to true on production, defaults to false which is the sandboxconfig.use_production=falseend