POST api/Payment/CreditCardList
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ICreditCard| Name | Description | Type | Additional information |
|---|---|---|---|
| CardId | string |
None. |
|
| CardNumber | string |
None. |
|
| MaskedCardNumber | string |
None. |
|
| NameOnCard | string |
None. |
|
| ExpirationMonth | integer |
None. |
|
| ExpirationYear | integer |
None. |
|
| CardType | string |
None. |
|
| CVV | string |
None. |
|
| BillingAddress | Address |
None. |
|
| PaymentStatus | string |
None. |
|
| PaymentAmount | string |
None. |
|
| CPLink | integer |
None. |
|
| OpenOrderLink | integer |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.