Class CreateHostedMandateManagementResponse
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class CreateHostedMandateManagementResponse
Properties
HostedMandateManagementId
This is the ID under which the data for this mandate management can be retrieved.
Declaration
public string HostedMandateManagementId { get; set; }
Property Value
Type | Description |
---|---|
string |
PartialRedirectUrl
The partial URL as generated by our system. You will need to add the protocol and the relevant subdomain to this URL, before redirecting your customer to this URL. A special 'payment' subdomain will always work so you can always add 'https://payment.' at the beginning of this response value to view your hosted mandate management pages.
Declaration
public string PartialRedirectUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
RETURNMAC
When the customer is returned to your site we will append this property and value to the query-string. You should store this data, so you can identify the returning customer.
Declaration
[JsonProperty(PropertyName = "RETURNMAC")]
public string RETURNMAC { get; set; }
Property Value
Type | Description |
---|---|
string |