POST api/ConnectForTesting/CreatePaymentMethod?connectId={connectId}&CardNumber={CardNumber}&expMonth={expMonth}&expYear={expYear}&cvc={cvc}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| connectId | string |
Required |
|
| CardNumber | string |
Required |
|
| expMonth | integer |
Required |
|
| expYear | integer |
Required |
|
| cvc | string |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, multipart/form-data
Sample:
Sample not available.