BankCard: Difference between revisions

From Barion Documentation
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...")
 
No edit summary
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 ==  
= Included in =


Bank cards are used in the following structures:
Bank cards are used in the following structures:
* [[FundingInformation]]
* [[FundingInformation]]


== Property list ==
= Property list =


{{api_output_table_header}}
{{api_output_table_header}}

Revision as of 11:44, 3 February 2017

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.
CardType 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.