TIM SDK
TIM API C
token_pan_type.h File Reference

Description

To differ the source of a token PAN, the TokenPanType field is used in a SIXml request message as part of the sixml:TransactionData container and in a SIXml response message as part of the sixml:CardData container.

The TokenPanType field always is transmitted if a TokenPan field is transmitted but must not be transmitted alone.

Copyright: Worldline.

Typedefs

typedef enum ta_e_token_pan_type ta_e_token_pan_type_t
 

Enumerations

enum  ta_e_token_pan_type { ta_c_tpt_undefined = 0 , ta_c_tpt_gts = 1 , ta_c_tpt_bnr2 = 2 , ta_c_tpt_other = 3 }
 

Typedef Documentation

◆ ta_e_token_pan_type_t

To differ the source of a token PAN, the TokenPanType field is used in a SIXml request message as part of the sixml:TransactionData container and in a SIXml response message as part of the sixml:CardData container.

The TokenPanType field always is transmitted if a TokenPan field is transmitted but must not be transmitted alone.

Specification: retail.

Enumeration Type Documentation

◆ ta_e_token_pan_type

To differ the source of a token PAN, the TokenPanType field is used in a SIXml request message as part of the sixml:TransactionData container and in a SIXml response message as part of the sixml:CardData container.

The TokenPanType field always is transmitted if a TokenPan field is transmitted but must not be transmitted alone.

Specification: retail.

Enumerator
ta_c_tpt_undefined 

Undefined/invalid value.

ta_c_tpt_gts 

Worldline Global Tokenization Service.

Specification: retail.

ta_c_tpt_bnr2 

SIX BNR2.

Specification: retail.

ta_c_tpt_other 

Other.

Specification: retail.