GET api/Payment/CreateStripeCard?UserId={UserId}&UserRole={UserRole}&Token={Token}&cardId={cardId}&last4={last4}&expMonth={expMonth}&expYear={expYear}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
Required |
|
| UserRole | integer |
Required |
|
| Token | string |
Required |
|
| cardId | string |
Required |
|
| last4 | string |
Required |
|
| expMonth | string |
Required |
|
| expYear | string |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.