FundingInformation: Difference between revisions
Jump to navigation
Jump to search
m (→Property list) |
|||
Line 28: | Line 28: | ||
* <b>CardNotSupported</b>: 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 | ||
* <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 | * <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 | ||
* <b>Unknown</b>: the bank system did not provide information about the operation, the result of the process could not be determined | |||
|- | |- | ||
|} | |} |
Revision as of 08:21, 18 September 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. |
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:
|