Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to use BulkPaymentAuthorisationRequest and BulkPaymentRequest methods #4

Open
matteo-mohara opened this issue Oct 12, 2020 · 0 comments

Comments

@matteo-mohara
Copy link

The methods required to create a bulk payment fail with the following error:

Invalid value for 'currency', must not be None

The error is due to the response's amount object not including a currency field and thus causing the deserialisation to fail.
The issue can be circumvented by returning the raw response before deserialisation from api_client.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant