send("/vendor/directFulfillment/payments/v1/invoices", [ 'method' => 'POST', 'json' => $body ]); } public function submitInvoiceAsync($body = []) { return $this->sendAsync("/vendor/directFulfillment/payments/v1/invoices", [ 'method' => 'POST', 'json' => $body ]); } }