I found this error when I try to create a payment ``` $payment = $client->request->post('/payments', [ 'order_id' => $orderKey, 'currency' => $currencyCode, ]); ```