CreditCardSia
Jump to navigation
Jump to search
Represents the list of parameters that a user can see about his registered credit card
Members
Field | Data Type | Description |
---|---|---|
Pan | String | Masked credit card number (e.g. 2098 **** **** **** 6789). It is stored at GVP_USERS_SIA_CARDS.PAN |
ExpirationDate | String | Expiration date of credit card. It is stored at GVP_USERS_SIA_CARDS.EXPIRATION_DATE |
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. |
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: |
Example
{
}
Known issues
None
Version history
API Version Number | Change description | Changes author |
---|---|---|
1.0 | Initial data type implementation |
See also
- getCreditCard method