Testing direct bank finland I can access the payment page with usePayPageDirectBankOnly() rather than setting the bank.

But clicking the Nordea icon in the payment gateway immediately throws the customer back to the store with a response error:
object(Svea\WebPay\HostedService\HostedResponse\HostedPaymentResponse)#194 (9) {
["transactionId"]=> string(0) ""
["clientOrderNumber"]=> string(0) ""
["paymentMethod"]=> string(0) ""
["merchantId"]=> string(0) ""
["amount"]=> string(4) "0.00"
["currency"]=> string(0) ""
["accepted"]=> int(0)
["resultcode"]=> string(23) "308 (BAD_PAYMENTMETHOD)"
["errormessage"]=> string(33) "Invalid value for payment method."
}
How do I resolve this?
Testing direct bank finland I can access the payment page with usePayPageDirectBankOnly() rather than setting the bank.
But clicking the Nordea icon in the payment gateway immediately throws the customer back to the store with a response error:
How do I resolve this?