1,146 bytes added
, 01:14, 1 April 2016
{{Api_Method_Spec|
Description=Provides information about user's credit card<br/>
* If user has any ACTIVE credit card, returns newer ACTIVE credit card.
* else if user has not any ACTIVE credit card, returns newer credit card.
* else if user has not any credit card at all, returns exception “258: CreditCardWasNotFound”
This method only can be used by logged user.
|Parameters=
{{Api_Parameter|
ParamName=token
|ParamType=String
|ParamRequired=required
|ParamDescription=A valid token for identifying the API session context and logged user.
}}
|Returns=
Returns a JSON object containing a [[creditCardSia]] object.
'''Example: <br/>'''
: <span style="color: #219;">[[creditCardSia]] object</span>
|Exceptions=
* [[AuthenticationRequiredException]]
* [[CreditCardWasNotFoundException]]
|Cache=
This method is not cached.
|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 method design
{{!}}
{{!}}}
|SeeAlso=
}}