Need to set close_redirect_uri param while creating embedded invite
|
readonly class Invite |
|
{ |
|
public function __construct( |
|
private string $email, |
|
private string $roleId, |
|
private int $order, |
|
private string $authMethod, |
|
private string $language = '', |
|
private string $firstName = '', |
|
private string $lastName = '', |
|
private string $prefillSignatureName = '', |
|
private string $requiredPresetSignatureName = '', |
|
private int $forceNewSignature = 0, |
|
private string $redirectUri = '', |
|
private string $declineRedirectUri = '', |
|
private string $redirectTarget = '', |
|
private ?Authentication $authentication = null, |
|
) { |
|
} |
|
|
Api Referance:

Need to set
close_redirect_uriparam while creating embedded inviteSignNowPHPSDK/src/SignNow/Api/EmbeddedInvite/Request/Data/Invite.php
Lines 16 to 35 in 0cab51c
Api Referance: