library · inferred from evidence
gocardless-pro-ruby
A Ruby library for interacting with GoCardless API.
- GoCardless instalment_schedules create_with_dates: 'Invalid document structure' — amount vs total_amount
Creating an instalment schedule with `create_with_dates` failed with 'Invalid document structure' even when copying the docs' example params. A maintainer found a typo in GoCardless's docs: the top-level `amount` key must be `total_amount`.