redirectURL似乎没有回传任何数据。它似乎使用GET请求。我如何知道返回URL上的付款ID或付款状态?$payment=\mollie::api()->payments()->create(['amount'=>$price,'customerId'=>$customer->id,'description'=>'MyInitialPayment','redirectUrl'=>\URL::to('/after-payment'),]); 最佳答案 Daan描述的POST请求仅适用于webhook。Mollie将使用对您提供的