Giter Club home page Giter Club logo

transferwiseaccountapi's Introduction

Samples of utilising TransferWise API

The goal of this exercise was to set up a webhook that TransferWise would use to post data every time money gets deposited in our TransferWise account. Data provided in the payload can later be matched against bank statements. TransferWiseClient project deals with retrieval of account balances and bank statements. Based on TransferWise documentation bank statement requests as well as webhook payloads are signed and verified with a pair of private/public keys to provide strong customer authentication.

Includes 6 projects :

  • TransferWiseClient to retrieve user profile id, account balance and bank statements
  • TransferWiseCommon that provides strong customer authentication
  • TransferWiseWebhooks is to accept TransferWise payload which results from TransferWise balance credit event
  • WebhookTest simulates TransferWise sending a balance credit payload. To be run together with TransferWiseWebhooks project
  • 2 unit test projects to test TransferWiseCommon and TransferWiseWebhooks projects

Requirements for integrating with TransferWise API

  • Developer account with TransferWise https://sandbox.transferwise.tech/register
  • TransferWise API access token with full access
  • Private and public key pair for signing data
  • Upload .pem file with public key to the TransferWise account
  • Save .pem files with private and public keys to TransferWiseCommon/Certificates folder
  • Create user secret that holds TransferWise API access token for TransferWiseClient project for local dev purposes
  • Register for balance#credit event Webhook

Technologies used

  • .NET Core
  • xUnit
  • OpenSSL
  • Bash

transferwiseaccountapi's People

Contributors

margarita-888 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.