Sha256: 85800cd0efacde1a86e9eb09355c4593dbb707f144183d7f7ff4468598521d75
Contents?: true
Size: 659 Bytes
Versions: 20
Compression:
Stored size: 659 Bytes
Contents
# Migration from v1.x Version 2.x includes support for multicurrency payments and refunds. This feature has been introduced in the Mollie V2 API. Please refer to [Migrating from v1 to v2](https://docs.mollie.com/migrating-v1-to-v2) for a general overview of the switch to Mollie v2 API. ## Retrieving payment methods using Spree API It's recommended to pass a `amount[currency]` and `amount[value]` URL params when fetching the available methods. This call will only return the available payment methods that are available for this currency and amount. ```bash curl "example.com/api/v1/mollie/methods?amount%5Bcurrency%5D=EUR&amount%5Bvalue%5D=10.00" ```
Version data entries
20 entries across 20 versions & 1 rubygems