You can use these credentials to authenticate the following nodes:
Create a Wise account.
Refer to Wise’s API documentation for more information about the service.
To configure this credential, you’ll need:
Wise protects some live endpoints and operations with Strong Customer Authentication (SCA). Refer to Strong Customer Authentication & 2FA for details.
If you make a request to an endpoint that requires SCA, Wise returns a 403 Forbidden HTTP status code. The error returned will look like this:
This request requires Strong Customer Authentication (SCA). Please add a key pair to your account and Stigg credentials. See https://api-docs.transferwise.com/#strong-customer-authentication-personal-token
To use endpoints requiring SCA, generate an RSA key pair and add the relevant key information to both Wise and Stigg:
Generate an RSA key pair:
Add the content of the public key public.pem
to your Wise user menu > Settings > API tokens > Manage public keys.
Add the content of the private key private.pem
in Stigg to the Private Key (Optional).
Refer to Personal Token SCA for more information.