https://github.com/bb-io/wise
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bb-io/wise
- Owner: bb-io
- License: mit
- Created: 2023-09-26T15:42:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T01:12:14.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T04:47:51.797Z (over 1 year ago)
- Language: C#
- Size: 88.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blackbird.io Wise
Blackbird is the new automation backbone for the language technology industry. Blackbird provides enterprise-scale automation and orchestration with a simple no-code/low-code platform. Blackbird enables ambitious organizations to identify, vet and automate as many processes as possible. Not just localization workflows, but any business and IT process. This repository represents an application that is deployable on Blackbird and usable inside the workflow editor.
## Introduction
Wise facilitates fast, low-cost international money transfers and offers a multi-currency account to hold, send, receive, and spend money in over 50 currencies. It features transparent fees, rapid transfers, and a Wise debit card for spending abroad with low conversion fees.
## Actions
### Balance
- **List balances** List all balances for a profile
- **Get balance** Get details of a specific balance
- **Create balance** Create a new balance
- **Delete balance** Delete specific balance
### BatchGroup
- **Create batch group** Create a new batch group
- **Create batch group transfer** Create a new transfer for the batch group
### Card
- **List cards** List all profile cards
### Profile
- **List profiles** List all user profiles
### Transaction
- **List transactions** List all card transactions
- **Get transaction** Get details of a specific transaction
### Transfer
- **List transfers** List all transfer info
- **Create transfer** Create a new transfer
- **Get transfer** Get details of a specific transfer
- **Cancel transfer** Cancel specific transfer
- **Get transfer receipt as PDF** Get receipt of a specific transfer as PDF
## Events
- **On account credited** On multi-currency account is credited
- **On balance updated** On a specific balance updated
- **On payment initiations state changed** On payment initiation state of a batch group payment changed
- **On SWIFT message received and a credit deposited** On SWIFT message is received and a credit is deposited into a balance account
- **On transfer status updated** On a specific transfer's status updated
- **On transfer active cases updated** On transfer's list of active cases is updated
- **On transfer payout failed** On a specific transfer's payout failed
## Feedback
Do you want to use this app or do you have feedback on our implementation? Reach out to us using the [established channels](https://www.blackbird.io/) or create an issue.