Giter VIP home page Giter VIP logo

sdk_net's Introduction

Riskified SDK.Net

An implementation of the Riskified API in C# for .NET Core (Standard 2.0)

Refer to the documentation for more details.

Running the sample code

All examples are at the Riskified.SDK.Sample folder. For the basics:

  1. Edit app.config to include your credentials:
  • MerchantDomain - The same domain you use for login at riskified.com
  • MerchantAuthenticationToken - The one you will see in the 'Settings'->'Advanced Settings' tab in the Riskified webapp
  • RiskifiedEnvironment - Sandbox for Sandbox testing or Production for Production live work
  1. Build and run the sample project executable

If you wish to send your own data - Change the model object (Order) in the OrderTransmissionExample.cs [GenerateOrder method] (https://github.com/Riskified/sdk_net/blob/master/Riskified.SDK.Sample/OrderTransmissionExample.cs#L93)

Migrating from older versions (prior to: API v2 - v2.0.0.0)

API Version 2 introduces new features (and breaks some old ones).

Orders Gateway

This version represents a shift from data-driven order handling to multiple API endpoints and introduces some new Model objects.
Each endpoint/method designed for a specific purpose:

  • /Create - served by ordersGateway.Create(Order)
  • /Update - served by ordersGateway.Update(Order)
  • /Submit - served by ordersGateway.Submit(Order)
  • /Refund - served by ordersGateway.PartlyRefund(OrderPartialRefund)
  • /Cancel - served by ordersGateway.Cancel(OrderCancellation)
  • /historical - served by ordersGateway.SendHistoricalOrders(Orders)

sdk_net's People

Contributors

arungopalrf avatar bobmeow avatar erezsela avatar itaywaxman avatar rich-spitkovsky-riskified avatar riskx avatar toddca avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.