GET api/MRide/TestElavonAPI?CardNumber={CardNumber}&ExpiryDate={ExpiryDate}&CVC={CVC}&Amount={Amount}&TranType={TranType}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CardNumber | string |
Required |
|
| ExpiryDate | string |
Required |
|
| CVC | string |
Required |
|
| Amount | string |
Required |
|
| TranType | string |
Required |
Body Parameters
None.
Response Information
Resource Description
IAsyncResult| Name | Description | Type | Additional information |
|---|---|---|---|
| IsCompleted | boolean |
None. |
|
| AsyncWaitHandle | WaitHandle |
None. |
|
| AsyncState | Object |
None. |
|
| CompletedSynchronously | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.