POST api/User/CreateStripCardDetails?email={email}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
string |
Required |
Body Parameters
StripeCustomerCardDTOName | 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": "2025-10-14T00:37:38.1125872-07:00" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true