mirror of
https://github.com/valitydev/three-ds-server-client.git
synced 2024-11-06 00:35:21 +00:00
build_utils@ccf618949b | ||
src | ||
.gitignore | ||
.gitmodules | ||
Jenkinsfile | ||
LICENSE | ||
pom.xml | ||
README.md |
three-ds-server-client
Библиотека взаимодействия клиента с 3DS сервисом RBK.money
схема интеграции
- 3DS Versioning
threeDsClient.threeDsVersioning(.)
- 3DS Method
threeDsClient.threeDsMethod(.)
- 3DS Authentication
threeDsClient.emvcoAuthentication(.)
- ... ? todo
todo Добавить схему инетграции клиента с адаптерамии после тестирования 3дс транзакции с нспк
Настройки
<dependency>
<groupId>com.rbkmoney</groupId>
<artifactId>three-ds-server-client</artifactId>
<version>${three-ds-server-client.version}</version>
</dependency>
client:
three-ds-server:
enabled: true
sdk-url: https://three-ds-server:8080/sdk
versioning-url: https://three-ds-server:8080/versioning
three-ds-method-url: https://three-ds-server:8080/three-ds-method
readTimeout: 10000
connectTimeout: 5000
Использование
@Autowired
private final ThreeDsClient threeDsClient;