feat(api_models): add api_models for external 3ds authentication flow (#3858)

Co-authored-by: hrithikesh026 <hrithikesh.vm@juspay.in>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Sai Harsha Vardhan
2024-03-05 13:19:05 +05:30
committed by GitHub
parent 03cfb735af
commit 0a43ceb14e
13 changed files with 601 additions and 8 deletions

View File

@ -365,6 +365,8 @@ pub enum ConnectorType {
PayoutProcessor,
/// PaymentMethods Auth Services
PaymentMethodAuth,
/// 3DS Authentication Service Providers
AuthenticationProcessor,
}
/// The three letter ISO currency code in uppercase. Eg: 'USD' for the United States Dollar.