サンドボックス環境を使用した MFA のテストに問題があります。connect/step エンドポイントへの投稿で 401 が返される:
curl -X POST https://tartan.plaid.com/connect/step -d client_id=test_id -d secret=test_secret -d access_token="test" -d mfa="tomato"
{
"code": 1108,
"message": "invalid type",
"resolve": "This institution is not currently supported."
}
サンドボックス環境を使用して MFA をテストすることはできますか?