v6.7.0
What's Changed
Amount
property type changed from int?
to string
in GoCardless.Resources.BillingRequestPaymentRequest
. This is a workaround for a bug in our API. The docs say it's returning pence/cents as an integer, but in fact it's GBP/EUR as a decimal. To use this field, pass through the amount as a decimal string.
For example, to request £100.50: "100.50"
Full Changelog: v6.6.0...v6.7.0