Skip to content

Commit

Permalink
決済サービスプロバイダーに3Dセキュア認証後加盟店戻りURLを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovegadd committed Jan 5, 2024
1 parent 0e83e85 commit ca1e023
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
### Added

- 注文取引中の外部ロケーションでの決済情報IFを拡張
- 決済サービスプロバイダーに3Dセキュア認証後加盟店戻りURLを追加

### Changed

Expand Down
4 changes: 4 additions & 0 deletions src/service/paymentService.ts
Expand Up @@ -35,6 +35,10 @@ export interface IProviderCredentials {
* トークン認証コード
*/
tokenizationCode?: string;
/**
* 3Dセキュア認証後加盟店戻りURL
*/
returnUrls3ds?: string[];
paymentUrl?: IPaymentUrlSettings;
/**
* 決済カード興行会社コード
Expand Down

0 comments on commit ca1e023

Please sign in to comment.