FundingInformation: Difference between revisions
Jump to navigation
Jump to search
(reworded Failed authentication case to match exact name. Added note that in case of TRA it might not be returned.) |
mNo edit summary |
||
Line 26: | Line 26: | ||
* <b>SoftDeclined</b>: the payment card did not support SCA at the time of the transaction | * <b>SoftDeclined</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" | ||
* CardNotSupported: the payment card is not supported at the time of the transaction - NOT AVAILABLE | * <b>CardNotSupported</b>: the payment card is not supported at the time of the transaction - NOT AVAILABLE | ||
* SystemError: system error, in this case we try to refund the transaction amount if we have enough information to initiate it - NOT AVAILABLE | * <b>SystemError</b>: system error, in this case we try to refund the transaction amount if we have enough information to initiate it - NOT AVAILABLE | ||
|- | |- | ||
|} | |} |
Revision as of 13:47, 8 March 2022
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. |
AuthorizationCode | string | The authorization code received by the card processing system when executing the payment. |
ProcessResult | string | The result of the last card payment attempt. Possible values:
|