BankCard: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= Bank card 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...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
= Bank card structure | {{PageTitle|title=Bank card 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. | 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. | ||
= Included in = | |||
Bank cards are used in the following structures: | Bank cards are used in the following structures: | ||
* [[FundingInformation]] | * [[FundingInformation]] | ||
= Property list = | |||
{{api_output_table_header}} | {{api_output_table_header}} | ||
Line 14: | Line 14: | ||
| MaskedPan || string || The last four digits of the card number. | | MaskedPan || string || The last four digits of the card number. | ||
|- | |- | ||
| | | BankCardType || [[CardType]] || The type of the bank card. | ||
|- | |- | ||
| ValidThruYear || string || The 4-digit year part of the card validity date. | | ValidThruYear || string || The 4-digit year part of the card validity date. |
Latest revision as of 08:47, 30 October 2018
Bank card 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.
Included in
Bank cards are used in the following structures:
Property list
Property name | Property type | Description |
---|---|---|
MaskedPan | string | The last four digits of the card number. |
BankCardType | CardType | The type of the bank card. |
ValidThruYear | string | The 4-digit year part of the card validity date. |
ValidThruMonth | string | The 2-digit month part of the card validity date. |