gocardless-pro-ruby icon indicating copy to clipboard operation
gocardless-pro-ruby copied to clipboard

GoCardless Pro Ruby Client

Results 5 gocardless-pro-ruby issues
Sort by recently updated
recently updated
newest added

This pull request was automatically created from the 'gocardless/gocardless-pro-ruby-template' repository.

Submitted on behalf of merchant: I just ran into an unexpected issue with the GoCardlessPro Ruby gem. The issue is a Ruby exception because of some empty variable, details below....

Hello, Could you update the API docs with this validation? Docs: https://developer.gocardless.com/api-reference/#payments-create-a-payment Validation: GoCardlessPro::ValidationError (payment_request is lower than the minimum permitted amount) The minimum permitted amount appears to be GBP100....

I was surprised to find that a `PayoutItem` instance's `amount` is a string. I expected it to be an integer, or possibly a float, like a `Payment` instance's `amount` or...

This pull request was automatically created from the 'gocardless/gocardless-pro-ruby-template' repository.