FundingInformation: Difference between revisions
Jump to navigation
Jump to search
Line 24: | Line 24: | ||
* <b>FraudulentTransaction</b>: potentially fraudulent transaction, the monitoring system declined the transaction | * <b>FraudulentTransaction</b>: potentially fraudulent transaction, the monitoring system declined the transaction | ||
* <b>CardSystemError</b>: the card transaction failed due to the card system | * <b>CardSystemError</b>: the card transaction failed due to the card system | ||
* <b> | * <b>ScaSoftDeclined</b>: the payment card did not support SCA at the time of the transaction | ||
* <b>FailedDuringAuthentication</b>: there was an error during the SCA process thus authentication failed. This may not be returned if ChallengePreference was set to "NoChallengeNeeded" | * <b>FailedDuringAuthentication</b>: there was an error during the SCA process thus authentication failed. This may not be returned if ChallengePreference was set to "NoChallengeNeeded" | ||
* <b>CardNotSupported</b>: the payment card is not supported at the time of the transaction | * <b>CardNotSupported</b>: the payment card is not supported at the time of the transaction |
Revision as of 08:34, 17 October 2023
Funding information structure
This structure represents the details about the funding source of the last payment attempt. At the moment this is only used when the funding source is a bank card.
API usage
This structure is used by the following API endpoints:
Property list
Property name | Property type | Description |
---|---|---|
BankCard | BankCard | The bank card used to complete the payment. If there was no bank card used in the attempt, this is empty. |
AuthorizationCode | string | The authorization code received by the card processing system when executing the payment. If authorization was not successful, this is empty. |
ProcessResult | string | The result of the last card payment attempt. If there was no charge attempt, this is empty. Possible values:
|