You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.
We stumbled upon an error with an API change of you (I guess).
For the creation of a payment type we used the same Heidelpay SDK instance as for authorizing the payment, for example.
This, however, does not work anymore. We recognized that the instance for creating a payment type needs the public key, while authorizing utilizes the private key. The documentation of this is not sufficient and it is only recognizable in your code examples (https://docs.unzer.com/reference#testinput & https://docs.unzer.com/reference#paymentsauthorize).
The type definition of the SDK-Constructor is also not sufficient, as it only describes the private key as input parameter.
We stumbled upon an error with an API change of you (I guess).
For the creation of a payment type we used the same Heidelpay SDK instance as for authorizing the payment, for example.
This, however, does not work anymore. We recognized that the instance for creating a payment type needs the public key, while authorizing utilizes the private key. The documentation of this is not sufficient and it is only recognizable in your code examples (https://docs.unzer.com/reference#testinput & https://docs.unzer.com/reference#paymentsauthorize).
The type definition of the SDK-Constructor is also not sufficient, as it only describes the private key as input parameter.
The text was updated successfully, but these errors were encountered: