Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/transferwise/digital-signatures-examples
https://github.com/transferwise/digital-signatures-examples
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/transferwise/digital-signatures-examples
- Owner: transferwise
- License: mit
- Created: 2021-02-24T09:55:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-09T06:31:51.000Z (over 2 years ago)
- Last Synced: 2024-04-14T05:18:18.032Z (9 months ago)
- Language: Go
- Size: 18.6 KB
- Stars: 14
- Watchers: 6
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Wise API integration code examples
This repository complements [Wise API documentation](https://api-docs.wise.com/), providing examples implemented in different programming languages on how to use sign SCA requests when used with personal tokens and how to verify webhook signatures.
- [Sign SCA requests when used with personal tokens](sca-personal-tokens/README.md)
- [Webhook signature verification](verify-webhook-signature/README.md)