POST api/StripeDS/DatiClienteCC
Ritorna i dati della carta da STRIPE associata ad un IdCustomer
Request Information
URI Parameters
None.
Body Parameters
IdCustomer, IdAccount
ClienteAccount| Name | Description | Type | Additional information |
|---|---|---|---|
| IdCustomer | string |
None. |
|
| IdAccount | string |
None. |
|
| DescrizioneAccount | string |
None. |
|
| IdValuta | string |
None. |
|
| Nominativo | string |
None. |
|
| string |
None. |
||
| Provenienza | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdCustomer": "sample string 1",
"IdAccount": "sample string 2",
"DescrizioneAccount": "sample string 3",
"IdValuta": "sample string 4",
"Nominativo": "sample string 5",
"Email": "sample string 6",
"Provenienza": "sample string 7"
}
application/xml, text/xml
Sample:
<ClienteAccount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StripeWebApi.StripeWebApi.Models"> <DescrizioneAccount>sample string 3</DescrizioneAccount> <Email>sample string 6</Email> <IdAccount>sample string 2</IdAccount> <IdCustomer>sample string 1</IdCustomer> <IdValuta>sample string 4</IdValuta> <Nominativo>sample string 5</Nominativo> <Provenienza>sample string 7</Provenienza> </ClienteAccount>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DatiCC (ExpYear, ExpMonth, Brand, Last4, Billing name, FingerPrint, Nazione)
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |