-
Notifications
You must be signed in to change notification settings - Fork 4
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
The redirect url is required! #29
Comments
This is a modification of the Barion API, that I forgot to implement and document. I'll fix the schema and the README in 1-2 days. Thanks for the report. |
I've investigated a bit and there is the explanation for this inconsistency with Barion Docs: Earlier the default redirect URL can be specified in Barion account's admin panel. Later Barion removed this setting from the admin panel, and started to get the redirect URL only in the "payment start" API call. But for backward compatibility, they already store the former default redirect URLs that are set in admin panel and use it if the API caller does not provide any redirect URL in their request. So from |
Thank you. |
Probably a documentation bug. The parameter is not optional.
When using the default example:
The text was updated successfully, but these errors were encountered: