public interface CurrentBankProfile
Modifier and Type | Method and Description |
---|---|
String |
getAdapterId()
The ID of ASPSP API adapter to use (if defined).
|
String |
getBankCode()
Bank code.
|
String |
getBic()
Bank identification code.
|
Long |
getId()
Bank protocol ID.
|
String |
getIdpUrl()
Identity provider URL for ASPSP API.
|
String |
getName()
Bank name
|
Approach |
getPreferredApproach()
Preferred SCA approach for this ASPSP.
|
List<Approach> |
getScaApproaches()
Supported SCA authorization approaches by this ASPSP.
|
String |
getUrl()
ASPSP API endpoint URL for this protocol.
|
boolean |
isTryToUsePreferredApproach()
ASPSP tries to use preferred SCA approach.
|
boolean |
isUniquePaymentPurpose()
Current date will be added in the end of payment purpose if this field is true .
|
Long getId()
String getUrl()
String getAdapterId()
String getIdpUrl()
List<Approach> getScaApproaches()
Approach getPreferredApproach()
boolean isTryToUsePreferredApproach()
boolean isUniquePaymentPurpose()
String getBic()
String getBankCode()
String getName()
Copyright © 2020. All rights reserved.