Welcome to our new developer portal! Use the "Ask" button to chat with our AI Agent.

Deprecated

Deprecated APIs

Deprecated

Register account

put
/issuers/{issuerId}/accounts/{accountId}

Please check with Thales integration team before using this API request. This request is used by the issuer backend to register an account.

認可
Authorizationstring必須

A JWT generated by the Get Authorization Token API.
The server checks the validity of the provided token to control access to this protected resource. Please refer to Get OAuth 2.0 access token for more details on the flow and on how to get this JWT.

パスパラメータ
issuerIdstring · 最小: 10 · 最大: 10必須

The id of the issuer

accountIdstring · 最小: 1 · 最大: 64必須

Unique identifier of the account.

Pattern: [A-Za-z0-9_-]{1,64}
ヘッダーパラメータ
x-correlation-idstring · 最小: 1 · 最大: 64オプション

Random identifier which can be used to correlate the different API calls done as part of a single use-case. This identifier will be the one primarily used for troubleshooting.

Warning: This identifier should not be derived from sensitive personal data, as its value will be logged in clear.

There is no strong guarantee of the uniqueness of this identifier, so please refrain from using it for purposes other than logging and troubleshooting.

Pattern: [a-zA-Z0-9_\-\. ]{1,64}
本文

The following object represents the account

consumerIdstring · 最小: 1 · 最大: 64必須

Unique identifier of the end user.

Pattern: [A-Za-z0-9_-]{1,64}
accountProductIdstring · 最小: 1 · 最大: 64オプション

RFU - Unique identifier of the type of account

Pattern: [A-Za-z0-9_-]{1,64}
statestring · enum必須

the state of the account

可能な値:
レスポンス
put
/issuers/{issuerId}/accounts/{accountId}

コンテンツなし

Deprecated

Delete

post
/issuers/{issuerId}/accounts/{accountId}/operations:delete

Please check with Thales integration team before using this API request. This request is used by the core banking system to delete an account.

認可
Authorizationstring必須

A JWT generated by the Get Authorization Token API.
The server checks the validity of the provided token to control access to this protected resource. Please refer to Get OAuth 2.0 access token for more details on the flow and on how to get this JWT.

パスパラメータ
issuerIdstring · 最小: 10 · 最大: 10必須

The id of the issuer

accountIdstring · 最小: 1 · 最大: 64必須

Unique identifier of the account.

Pattern: [A-Za-z0-9_-]{1,64}
ヘッダーパラメータ
x-correlation-idstring · 最小: 1 · 最大: 64オプション

Random identifier which can be used to correlate the different API calls done as part of a single use-case. This identifier will be the one primarily used for troubleshooting.

Warning: This identifier should not be derived from sensitive personal data, as its value will be logged in clear.

There is no strong guarantee of the uniqueness of this identifier, so please refrain from using it for purposes other than logging and troubleshooting.

Pattern: [a-zA-Z0-9_\-\. ]{1,64}
本文
reasonstringオプション

The reason why the action is performed.

This a free text field in case the Issuer wants to send details, that will be returned in the operations list.

Example: customer was contacted on June 28Pattern: ^[a-zA-Z0-9 ]{1,64}$
reasonCodestring · enumオプション

The reason code why the action is performed.

If not provided, default reason code is ISSUER_DECISION.

可能な値:
レスポンス
200

Account deleted successfully

application/json

Operation result information.

operationIdstring · 最小: 1 · 最大: 64オプション

Unique identifier of the operation

Pattern: [A-Za-z0-9_-]{1,64}
statusstring · enumオプション

Status of the operation

可能な値:
post
/issuers/{issuerId}/accounts/{accountId}/operations:delete

最終更新

役に立ちましたか?