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
Tonight I got the following error. According to the webhook, the transaction was created and then failed. The problem is, I am not getting a transaction number at the creation step, because an exception is thrown. The error itself is clear, by the way.
Paymill\Services\PaymillException' with message 'Card blacklisted.' in /.../paymill/paymill/lib/Paymill/Request.php:264
Stack trace:
#0 /.../paymill/paymill/lib/Paymill/Request.php(81): Paymill\Request->_request(Object(Paymill\Models\Request\Transaction), 'create')
#1 /../: Paymill\Request->create(Object(Paymill\Models\Request\Transaction))
#2 {main}
The text was updated successfully, but these errors were encountered:
Hi,
I use the following code to generate a transaction:
Tonight I got the following error. According to the webhook, the transaction was created and then failed. The problem is, I am not getting a transaction number at the creation step, because an exception is thrown. The error itself is clear, by the way.
The text was updated successfully, but these errors were encountered: