When initialising gocardless-ruby with your GoCardless account details, your merchant id must now be passed in explicitly. This means that including the manage_merchant
scope in the token
attribute is now deprecated.
Before
GoCardless.account_details = {
:app_id => 'APP_ID_XXXXXXXXXXXXXXXXXXXXX',
:app_secret => 'APP_SECRET_XXXXXXXXXXXXXXXXX',