FundingInformation: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 16: | Line 16: | ||
| AuthorizationCode || string || The authorization code received by the card processing system when executing the payment. | | AuthorizationCode || string || The authorization code received by the card processing system when executing the payment. | ||
|- | |- | ||
| ProcessResult | | ProcessResult || string || The result of the card payment. Possible values: | ||
* Successful: the card transaction was successful | * Successful: the card transaction was successful | ||
* ProblemWithCard: the card transaction was unsuccessful, there may be a problem with the card | * ProblemWithCard: the card transaction was unsuccessful, there may be a problem with the card |
Revision as of 13:53, 9 December 2020
Funding information structure
This structure represents the details about a funding source that was used when completing a payment. 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 card payment. Possible values:
|