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
The docs example was wrong. Use `total_amount` (not `amount`) as the top-level key in `instalment_schedules.create_with_dates` — e.g. `total_amount: 10_000` for 100 GBP — and the 'Invalid document structure' error goes away. The maintainer