POST api/User/CreateStripCardDetails?email={email}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
Required |
Body Parameters
StripeCustomerCardDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| AssociateID | integer |
None. |
|
| token | string |
None. |
|
| carddetailsjson | string |
None. |
|
| cardId | string |
None. |
|
| last4digit | string |
None. |
|
| exp_month | string |
None. |
|
| exp_year | string |
None. |
|
| CreatedBy | integer |
None. |
|
| brand | string |
None. |
|
| funding | string |
None. |
|
| client_ip | string |
None. |
|
| LastUpdatedDateTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"AssociateID": 1,
"token": "sample string 2",
"carddetailsjson": "sample string 3",
"cardId": "sample string 4",
"last4digit": "sample string 5",
"exp_month": "sample string 6",
"exp_year": "sample string 7",
"CreatedBy": 8,
"brand": "sample string 9",
"funding": "sample string 10",
"client_ip": "sample string 11",
"LastUpdatedDateTime": "2026-02-03T18:26:20.8963541-08:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true