parseRequestBody(\array_merge(['domain' => $domain, 'validationUrl' => $validationUrl], $parameters)); $response = $this->client->performHttpCall(self::REST_CREATE, 'wallets/applepay/sessions', $body); return \json_encode($response); } }