Skip to content

Releases: christophertino/rize-go-sdk

v1.1.1

01 Dec 13:54
4ef5a58
Compare
Choose a tag to compare

Rize Go SDK v1.1.1

  • Update POST/PUT customers (#2)
  • Unit test improvements

v1.1.0

26 Oct 13:42
d5a8f4e
Compare
Choose a tag to compare

Rize Go SDK v1.1.0

  • Update func (c *customerService) Create() to accommodate Secondary Customers
  • Remove func (c *customerService) CreateSecondaryCustomer()
  • Adds unit test to verify that all OpenApi path/method combinations are covered

v1.0.0

20 Oct 21:27
b2e63b9
Compare
Choose a tag to compare

Rize Go SDK v1.0.0

This initial release of the SDK includes services for each of Rize's Platform API endpoints:

  • Adjustments
  • Auth
  • CardArtworks
  • ComplianceWorkflows
  • CustodialAccounts
  • CustodialPartners
  • CustomerProducts
  • Customers
  • DebitCards
  • Documents
  • Evaluations
  • KYCDocuments
  • PinwheelJobs
  • Pools
  • Products
  • Sandbox
  • SyntheticAccounts
  • Transactions
  • Transfers

Additional Features

  • Rize Message Queue support using STOMP
  • OpenAPI schema validation for integration testing
  • Unit tests, docs and examples