[CC-3020] Add Sca transaction support #247
Triggered via pull request
February 10, 2026 16:09
Status
Failure
Total duration
10m 50s
Artifacts
–
Annotations
15 errors
|
ScaTest.chargeWithSCA_returns_charge:
src/test/java/com/unzer/payment/business/payment/ScaTest.java#L106
The provided JSON String is not valid! The provided Json was:
Request was not matched
=======================
-----------------------------------------------------------------------------------------------------------------------
| Closest stub | Request |
-----------------------------------------------------------------------------------------------------------------------
|
GET | GET
/v1/payments/s-pay-123 | /v1/payments/s-pay-123/sca/s-sca-1 <<<<< URL does not match
|
|
-----------------------------------------------------------------------------------------------------------------------
|
|
ScaTest.sca_created_successfully:
src/test/java/com/unzer/payment/business/payment/ScaTest.java#L51
The provided JSON String is not valid! The provided Json was:
Request was not matched
=======================
-----------------------------------------------------------------------------------------------------------------------
| Closest stub | Request |
-----------------------------------------------------------------------------------------------------------------------
|
GET | GET
/v1/payments/s-pay-123 | /v1/payments/s-pay-123/sca/s-sca-1 <<<<< URL does not match
|
|
-----------------------------------------------------------------------------------------------------------------------
|
|
ScaTest.authorizeWithSCA_returns_authorization:
src/test/java/com/unzer/payment/business/payment/ScaTest.java#L87
The provided JSON String is not valid! The provided Json was:
Request was not matched
=======================
-----------------------------------------------------------------------------------------------------------------------
| Closest stub | Request |
-----------------------------------------------------------------------------------------------------------------------
|
GET | GET
/v1/payments/s-pay-123 | /v1/payments/s-pay-123/sca/s-sca-1 <<<<< URL does not match
|
|
-----------------------------------------------------------------------------------------------------------------------
|
|
CardTest.testPreauthorizeAndPaymentCardType:
src/test/java/com/unzer/payment/integration/paymenttypes/CardTest.java#L97
Unzer responded with 500 when calling https://sbx-api.unzer.com/v1/payments/preauthorize/. [{merchantMessage:An error occurred. Please contact us for more information., customerMessage:An error occurred. Please contact us for more information., code:API.000.000.999}]
|
|
InstallmentSecuredTest.testCreateInstallmentSecuredTypeWithIbanInvoiceDate:
src/test/java/com/unzer/payment/integration/paymenttypes/InstallmentSecuredTest.java#L79
Unzer responded with 500 when calling https://sbx-api.unzer.com/v1/types/hire-purchase-direct-debit/plans. [{merchantMessage:An error occurred. Please contact us for more information., customerMessage:An error occurred. Please contact us for more information., code:API.000.000.999}]
|
|
InstallmentSecuredTest.testCreateInstallmentSecuredTypeIbanLater:
src/test/java/com/unzer/payment/integration/paymenttypes/InstallmentSecuredTest.java#L157
Unzer responded with 500 when calling https://sbx-api.unzer.com/v1/types/hire-purchase-direct-debit/plans. [{merchantMessage:An error occurred. Please contact us for more information., customerMessage:An error occurred. Please contact us for more information., code:API.000.000.999}]
|
|
InstallmentSecuredTest.testRateRetrieval:
src/test/java/com/unzer/payment/integration/paymenttypes/InstallmentSecuredTest.java#L48
Unzer responded with 500 when calling https://sbx-api.unzer.com/v1/types/hire-purchase-direct-debit/plans. [{merchantMessage:An error occurred. Please contact us for more information., customerMessage:An error occurred. Please contact us for more information., code:API.000.000.999}]
|
|
GiropayTest.testChargeGiropayType:
src/test/java/com/unzer/payment/integration/paymenttypes/GiropayTest.java#L27
Unzer responded with 0 when calling https://sbx-api.unzer.com/v1/payments/charges/. [{merchantMessage:error on the internal gateway, customerMessage:An unexpected error occurred. Please contact us for more information., code:COR.900.100.203}]
|
|
|
|
|
|
|
|
|
|
KlarnaTest.testAuthorize:
src/test/java/com/unzer/payment/integration/paymenttypes/KlarnaTest.java#L197
Expected com.unzer.payment.PaymentException to be thrown, but nothing was thrown.
|
|
PayUTest.charge:
src/test/java/com/unzer/payment/integration/paymenttypes/PayUTest.java#L43
Unzer responded with 0 when calling https://sbx-api.unzer.com/v1/payments/charges/. [{merchantMessage:error on the internal gateway, customerMessage:An unexpected error occurred. Please contact us for more information., code:COR.900.100.203}]
|
|
build
Process completed with exit code 1.
|