FundingInformation: Difference between revisions
Jump to navigation
Jump to search
m (→Property list) |
|||
Line 19: | Line 19: | ||
* <b>Successful</b>: the card transaction was successful | * <b>Successful</b>: the card transaction was successful | ||
* <b>ProblemWithCard</b>: the card transaction was unsuccessful: card number, CVC or/and expiry is wrong. The card may have been stolen, deleted, disabled or disabled for online transactions. | * <b>ProblemWithCard</b>: the card transaction was unsuccessful: card number, CVC or/and expiry is wrong. The card may have been stolen, deleted, disabled or disabled for online transactions. | ||
* <b>LowFunds</b>: the card transaction was unsuccessful due to insufficient funds | * <b>LowFunds</b>: the card transaction was unsuccessful due to insufficient funds or limits were reached | ||
* <b>LostOrStolenCard</b>: the credit card has been reported lost or stolen | * <b>LostOrStolenCard</b>: the credit card has been reported lost or stolen | ||
* <b>Declined</b>: the payment card was declined by the acquirer | * <b>Declined</b>: the payment card was declined by the acquirer |
Revision as of 11:25, 20 April 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:
|