Request Information
URI Parameters
None.
Body Parameters
The credit card.
Nano.CreditCardName | Description | Type | Additional information |
---|---|---|---|
cardType |
Gets or sets the card type. |
string |
None. |
expirationMonth |
Gets or sets the expiration month. |
integer |
None. |
expirationYear |
Gets or sets the expiration year. |
integer |
None. |
firstName |
Gets or sets the disposition. |
string |
None. |
lastName |
Gets or sets the last name. |
string |
None. |
number |
Gets or sets the number. |
string |
None. |
result |
Gets or sets the result. |
string |
None. |
securityCode |
Gets or sets the security code. |
string |
None. |
zipCode |
Gets or sets the zip code. |
string |
None. |
app |
Gets or sets the application identifier. |
integer |
None. |
id |
Gets or sets the credit card identifier. |
integer |
None. |
Request Formats
application/json, text/json
{ "cardType": "sample String 1", "expirationMonth": 2, "expirationYear": 3, "firstName": "sample String 4", "lastName": "sample String 5", "number": "sample String 6", "result": "sample String 7", "securityCode": "sample String 8", "zipCode": "sample String 9", "app": "10", "id": "11" }
text/html
{"cardType":"sample String 1","expirationMonth":2,"expirationYear":3,"firstName":"sample String 4","lastName":"sample String 5","number":"sample String 6","result":"sample String 7","securityCode":"sample String 8","zipCode":"sample String 9","app":"10","id":"11"}
application/xml, text/xml
<CreditCard xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <CardType>sample String 1</CardType> <ExpirationMonth>2</ExpirationMonth> <ExpirationYear>3</ExpirationYear> <FirstName>sample String 4</FirstName> <LastName>sample String 5</LastName> <Number>sample String 6</Number> <Result>sample String 7</Result> <SecurityCode>sample String 8</SecurityCode> <ZipCode>sample String 9</ZipCode> <AppId>10</AppId> <CreditCardId>11</CreditCardId> </CreditCard>
application/x-www-form-urlencoded
Sample not available.
application/vnd.api+json
Sample not available.
Response Information
Resource Description
The created credit card.
Nano.CreditCardName | Description | Type | Additional information |
---|---|---|---|
cardType |
Gets or sets the card type. |
string |
None. |
expirationMonth |
Gets or sets the expiration month. |
integer |
None. |
expirationYear |
Gets or sets the expiration year. |
integer |
None. |
firstName |
Gets or sets the disposition. |
string |
None. |
lastName |
Gets or sets the last name. |
string |
None. |
number |
Gets or sets the number. |
string |
None. |
result |
Gets or sets the result. |
string |
None. |
securityCode |
Gets or sets the security code. |
string |
None. |
zipCode |
Gets or sets the zip code. |
string |
None. |
app |
Gets or sets the application identifier. |
integer |
None. |
id |
Gets or sets the credit card identifier. |
integer |
None. |
Response Formats
application/json, text/json
{ "cardType": "sample String 1", "expirationMonth": 2, "expirationYear": 3, "firstName": "sample String 4", "lastName": "sample String 5", "number": "sample String 6", "result": "sample String 7", "securityCode": "sample String 8", "zipCode": "sample String 9", "app": "10", "id": "11" }
text/html
{"cardType":"sample String 1","expirationMonth":2,"expirationYear":3,"firstName":"sample String 4","lastName":"sample String 5","number":"sample String 6","result":"sample String 7","securityCode":"sample String 8","zipCode":"sample String 9","app":"10","id":"11"}
application/xml, text/xml
<CreditCard xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <CardType>sample String 1</CardType> <ExpirationMonth>2</ExpirationMonth> <ExpirationYear>3</ExpirationYear> <FirstName>sample String 4</FirstName> <LastName>sample String 5</LastName> <Number>sample String 6</Number> <Result>sample String 7</Result> <SecurityCode>sample String 8</SecurityCode> <ZipCode>sample String 9</ZipCode> <AppId>10</AppId> <CreditCardId>11</CreditCardId> </CreditCard>
application/vnd.api+json
Sample not available.