post https://development.knotapi.com/merchant/connected
This endpoint allows you to retrieve a list of merchants for a particular session. Only merchants in the enrolled
or failed
status will be returned. The response will include the following fields for each merchant:
Field | Type | Description |
---|---|---|
id | integer | The merchant's unique ID (across all environments). |
name | string | The merchant's name. |
logo | string | The merchant's logo. |
status | string | The status of the user's lifecycle in connecting to the merchant in the session. Only statuses enrolled and failed are returned. See status definitions here. |