Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

8 total results found

New Page

TsPay-Gateway

Overview

Intermediary Introduction

Integrated Services

Intermediary Introduction

Retrieve Intermediaries

Intermediary Read Api

This API is responsible for retrieving all intermediaries that are connected to a unique itemId. [GET]/api/v1/{itemId}/intermediary Response: List of Intermediaries. Header Header used on this API are those taken from header standards of TS Digital. Conte...

Retrieve Security Environments

Intermediary Read Api

This API is responsible for retrieving all Security environments that are connected to a unique itemId and taxId. [GET]/api/v1/{itemId}/intermediary/{taxId}/security-environment Response: List of Security Environments with an active status. Header Header u...

Retrieve Security Environment Files

Intermediary Read Api

This API is responsible for retrieving all files associated to a unique Security Environment. [GET]/api/v1/{itemId}/intermediary/{taxId}/security-environment/{siteCode}/{version} [GET]/api/v1/{itemId}/intermediary/{taxId}/security-environment/{siteCode} ver...

Retrieve Delegates

Intermediary Read Api

Retrieves the delegates linked with an intermediary based on itemId , intermediaryTaxId, delegatedTaxId. [GET]/api/v1/{itemId}/intermediary/{intermediaryTaxId}/delegated [GET]/api/v1/{itemId}/intermediary/{intermediaryTaxId}/delegated/{delegatedTaxId} deleg...

Create new Delegated

Intermediary Write Api

This endpoint creates a new delegated which is linked to an intermediary . [POST] /api/v1/{itemId}/intermediary/{taxId}/delegated Reminder : One intermediary can have many delegates Header Header used on this API are those taken from header standards of TS...