https://github.com/transferwise/digital-signatures-examples
https://github.com/transferwise/digital-signatures-examples
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/transferwise/digital-signatures-examples
- Owner: transferwise
- License: mit
- Created: 2021-02-24T09:55:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-09T06:31:51.000Z (almost 4 years ago)
- Last Synced: 2025-03-24T04:43:25.426Z (about 1 year ago)
- Language: Go
- Size: 18.6 KB
- Stars: 15
- Watchers: 6
- Forks: 8
- Open Issues: 5
-
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)