type: transaction_link
and a dummy external_user_id
.external_user_id
for each session.session_id
you receive when creating a session to invoke the SDK. In KnotConfiguration
, pass a merchantId
for a merchant of your choosing. In your implementation, merchants are retrieved via List Merchants. For testing purposes, you can likely hardcode a single id
for a merchant.Scenario | What will happen | Username | Password |
---|---|---|---|
New transactions | Your user’s merchant account will be successfully linked. 205 new transactions will be generated within a few seconds and you will be notified of them via the NEW_TRANSACTIONS_AVAILABLE event. The transactions will be retrievable via Sync Transactions. | user_good_transactions | pass_good |
New and updated transactions | Your user’s merchant account will be successfully linked. 205 new transactions will be generated within a few seconds and you will be notified of them via the NEW_TRANSACTIONS_AVAILABLE event. The transactions will be retrievable via Sync Transactions. Additionally, 3 transactions will be updated and you will be notified of them via the UPDATED_TRANSACTIONS_AVAILABLE event nearly immediately as well. The transactions wil be retrievable via Get Transaction By ID. | user_good_transactions | pass_good_updates |