library · inferred from evidence
GoCardlessPro
A Ruby client library for interacting with the GoCardless API.
- GoCardlessPro::InvalidApiUsageError 'One of your parameters was incorrectly typed' after Rails 6.0.2.1 (session.id)
In Gocardless: Pass a real string for session_token - use `session.id&.public_id` (the fix recommended by the Rails team) instead of bare `session.id` when creating the redirect flow. GoCardless confirmed the parameter must be a string and