Метод | Описание | |
---|---|---|
Cancel ( |
Validates the cancellation data Sends a cancellation message for a specific order (id should already exist) to Riskified server for status and charge fees update
|
|
Chargeback ( |
||
Checkout ( Riskified.SDK.Model.OrderCheckout orderCheckout ) : |
Validates the Order checkout object fields (All fields except merchendOrderId are optional) Sends a new order checkout to Riskified Servers (without Submit for analysis)
|
|
CheckoutDenied ( |
Validates the Order checkout object fields (All fields except merchendOrderId are optional) Sends a new order checkout to Riskified Servers (without Submit for analysis)
|
|
Create ( |
Validates the Order object fields Sends a new order to Riskified Servers (without Submit for analysis)
|
|
Decision ( |
Validates the decision data Sends a decision message for a specific order (id should already exist) to Riskified server. Update existing order external status. Lets Riskified know what was your decision on your order.
|
|
Fulfill ( Riskified.SDK.Model.OrderFulfillment orderFulfillment ) : |
Validates the cancellation data Sends a cancellation message for a specific order (id should already exist) to Riskified server for status and charge fees update
|
|
OrdersGateway ( RiskifiedEnvironment env, string authToken, string shopDomain ) : System |
Creates the mediator class used to send order data to Riskified
|
|
OrdersGateway ( RiskifiedEnvironment env, string authToken, string shopDomain, Validations validationMode ) : System |
Creates the mediator class used to send order data to Riskified
|
|
OrdersGateway ( RiskifiedEnvironment env, string authToken, string shopDomain, bool shouldUseWeakValidation ) : System |
Old version - Deprecated Creates the mediator class used to send order data to Riskified
|
|
PartlyRefund ( Riskified.SDK.Model.OrderPartialRefund orderPartialRefund ) : |
Validates the partial refunds data for an order Sends the partial refund data for an order to Riskified server for status and charge fees update
|
|
SendHistoricalOrders ( IEnumerable |
Validates the list of historical orders and sends them in batches to Riskified Servers. The FinancialStatus field of each order should contain the latest order status as described at "http://apiref.riskified.com/net/#actions-historical"
|
|
Submit ( |
Validates the Order object fields Sends an order to Riskified Servers and submits it for analysis
|
|
Update ( |
Validates the Order object fields Sends an updated order (already created) to Riskified Servers
|
Метод | Описание | |
---|---|---|
SendOrder ( Riskified.SDK.Model.AbstractOrder order, |
Validates the Order object fields Sends the order to riskified server endpoint as configured in the ctor
|
|
SendOrderCheckout ( Riskified.SDK.Model.AbstractOrder orderCheckout, |
Validates the Order object fields Sends the order to riskified server endpoint as configured in the ctor
|
public Cancel ( |
||
orderCancellation | ||
Результат |
public Chargeback ( |
||
orderChargeback | ||
Результат |
public Checkout ( Riskified.SDK.Model.OrderCheckout orderCheckout ) : |
||
orderCheckout | Riskified.SDK.Model.OrderCheckout | |
Результат |
public CheckoutDenied ( |
||
orderCheckout | ||
Результат |
public Create ( |
||
order | The Order to create | |
Результат |
public Decision ( |
||
orderDecision | ||
Результат |
public Fulfill ( Riskified.SDK.Model.OrderFulfillment orderFulfillment ) : |
||
orderFulfillment | Riskified.SDK.Model.OrderFulfillment | |
Результат |
public OrdersGateway ( RiskifiedEnvironment env, string authToken, string shopDomain ) : System | ||
env | RiskifiedEnvironment | The Riskified environment to send to |
authToken | string | The merchant's auth token |
shopDomain | string | The merchant's shop domain |
Результат | System |
public OrdersGateway ( RiskifiedEnvironment env, string authToken, string shopDomain, Validations validationMode ) : System | ||
env | RiskifiedEnvironment | The Riskified environment to send to |
authToken | string | The merchant's auth token |
shopDomain | string | The merchant's shop domain |
validationMode | Validations | Validation mode to use |
Результат | System |
public OrdersGateway ( RiskifiedEnvironment env, string authToken, string shopDomain, bool shouldUseWeakValidation ) : System | ||
env | RiskifiedEnvironment | The Riskified environment to send to |
authToken | string | The merchant's auth token |
shopDomain | string | The merchant's shop domain |
shouldUseWeakValidation | bool | Should weakly validate before sending |
Результат | System |
public PartlyRefund ( Riskified.SDK.Model.OrderPartialRefund orderPartialRefund ) : |
||
orderPartialRefund | Riskified.SDK.Model.OrderPartialRefund | |
Результат |
public SendHistoricalOrders ( IEnumerable |
||
orders | IEnumerable |
|
failedOrders | string>.Dictionary | When the method returns false, contains a mapping from order_id (key) to error message (value), otherwise will be null |
Результат | bool |
public Submit ( |
||
order | The Order to submit | |
Результат |
public Update ( |
||
order | The Order to update | |
Результат |