Changes

Jump to navigation Jump to search
1,659 bytes added ,  01:16, 1 April 2016
Created page with "{{Api_DataType_Spec |Description=Represents the list of parameters that a user can see about his registered credit card |Members= {{{!}} border="2" style="width:800px" cell..."
{{Api_DataType_Spec
|Description=Represents the list of parameters that a user can see about his registered credit card

|Members=
{{{!}} border="2" style="width:800px" cellspacing="0" cellpadding="10"
{{!}}- style="background:#88ccff;font-size:110%"
! Field
! Data Type
! Description
{{!}}- valign="top"

! Pan
{{!}} String
{{!}} Masked credit card number (e.g. 2098 **** **** **** 6789). It is stored at GVP_USERS_SIA_CARDS.PAN
{{!}}- valign="top"

! ExpirationDate
{{!}} String
{{!}} Expiration date of credit card. It is stored at GVP_USERS_SIA_CARDS.EXPIRATION_DATE
{{!}}- valign="top"

! StatusId
{{!}} Enum
{{!}} 0: Error. When GVP_USERS_SIA_CARDS.STATUS is 2: To be canceled, 3: Canceling or 4: Canceled.
1: Ok. When GVP_USERS_SIA_CARDS.STATUS is 1: Active.
Note that when GVP_USERS_SIA_CARDS.STATUS is 0 (pending) GVP does not have any information to show to the user.
{{!}}- valign="top"

! StatusBank
{{!}} String
{{!}} It refers to status info return by user’s BANK. It is stored at GVP_USERS_SIA_CARDS.STATUS_BANK
which keeps record of last message sent by user's bank, if any. Possible values in GVP4.0: <br/>
ExpiredCreditCard <br/>
InvalidCreditCard <br/>
RejectedCreditCard <br/>
Ok <br/>

{{!}}}

|Example=

<syntaxhighlight lang="javascript">
{
}
</syntaxhighlight>

|KnownIssues=
None
|VersionHistory=
{{{!}} border="2" style="width:800px;" cellpadding="5" cellspacing="0"
{{!}}- style="background:#88ccff;font-size:110%"
! API Version Number
! Change description
! Changes author
{{!}}- valign="top"

! 1.0
{{!}} Initial data type implementation
{{!}}
{{!}}- valign="top"

{{!}}}


|SeeAlso=
* [[manageCreditCard]] method
}}
Bureaucrats, editor
59

edits

Navigation menu