This API will return Private Label Cards under a Member ID.
Usage
Lookup private label cards under a member ID.
Send Tags
APIACTION=PLC_CARDS
Be sure to pass any tags as part of Tags To Pass To Each API
ACTION=ID
PLC_RCN
Member ID requested
PLC_TYPE
Card Type requested
Return Tag Example
<PLC_DST_RCN_1>1030101</PLC_DST_RCN_1>
<PLC_COU_1>USA</PLC_COU_1>
<PLC_CARD_1>2512182865701398</PLC_CARD_1>
<PLC_STS_1>I</PLC_STS_1>
<PLC_TYPE_1>G</PLC_TYPE_1>
<PLC_CVV_1>671</PLC_CVV_1>
<PLC_EXP_DT_1>12/31/9999</PLC_EXP_DT_1>
<PLC_ODH_1>383258</PLC_ODH_1>
<PLC_ODL_1>1</PLC_ODL_1>
<PLC_ITC_1>401</PLC_ITC_1>
<PLC_ORG_AMT_1>140.00</PLC_ORG_AMT_1>
<PLC_BAL_1>140.00</PLC_BAL_1>
<PLC_DSM_HOLD_1></PLC_DSM_HOLD_1>
<PLC_DSM_CMT1_1></PLC_DSM_CMT1_1>
<PLC_DSM_CMT2_1></PLC_DSM_CMT2_1>
<PLC_DSM_CMT3_1></PLC_DSM_CMT3_1>
<PLC_DSM_CMT4_1></PLC_DSM_CMT4_1>
<PLC_DSM_CMT5_1></PLC_DSM_CMT5_1>
<PLC_ENT_DT_1>09/24/2018</PLC_ENT_DT_1>
<PLC_ENT_TM_1>14441476</PLC_ENT_TM_1>
<PLC_ENT_OP_1>LLB</PLC_ENT_OP_1>
<PLC_LST_DT_1>09/24/2018</PLC_LST_DT_1>
<PLC_LST_TM_1>14441476</PLC_LST_TM_1>
<PLC_LST_OP_1>LLB</PLC_LST_OP_1>
<PLC_BCH_1>1372</PLC_BCH_1>
<COUNT>1</COUNT>
<ERR_CNT>0</ERR_CNT>
Notes
Please review the "Tags to Pass to Each API" for additional tags that must be passed.
The post should be made as a server side scripting post to the API URL and not through a traditional form post.
This means that the calling page should never lose state and should maintain the use of all tags passed via a form tag request method (POST). No query-string URL calls.