mpay24 / mpay24-java

Payment SDK for Java
Apache License 2.0
1 stars 4 forks source link

Providing manualClearing and auth3DS in payment request #12

Open zirnipa opened 6 years ago

zirnipa commented 6 years ago

Regarding the example at https://docs.mpay24.com/docs/java-sdk#section-payment

How should the request look like if I want to set manualclearing to "true" and auth3DS to "true"? Especially auth3DS is necessary. If not provided the merchant violates his contract.

Please update the example with both parameters.