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

Fixed "get transactions" examples #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DarrahK
Copy link

@DarrahK DarrahK commented Feb 11, 2022

Account id and consent token are in the wrong places compared to how the function is defined

def get_transactions_using_get(self, account_id, consent, **kwargs): # noqa: E501

which will cause a 403 status code to be thrown even through you provide it with a valid input. This is because it puts the account number in the consent position in the header.

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

Successfully merging this pull request may close these issues.

1 participant