post
https://sandbox-api.softpoint.io/interface//locations/4003817/processors/cnp
Create Card Not Present Processing
The Create card not present processing API allows developers to create new card not present processing entries.
Upon successful creation of a new card not present processing entry, the API will return a response with the newly created card not present processing's unique identifier and other relevant information.
Parameters
Query Parameters
| Parameter | Required/Optional | Type | Description |
|---|---|---|---|
| location_id | Required | number | Current Location ID |
| user_id | Required | number | Current User ID |
* Bold Parameters are required fields
Body Parameters
| Parameter | Required/Optional | Type | Description |
|---|---|---|---|
| type | Required | string | Value = “CNP” |
| processor | Required | string | Value = “RC” OR Value = “Cybersource” |
| merchant_id | Optional | string | MID – long MID |
| environment | Optional | string | 'Production' – Live Merchants 'Demo' - Sandbox |
| status | Optional | int | 0 = Inactive 1 = Active |
| name | Optional | string | Name identifying this processor within the location. Default name is value sent in type field. |
| terminal_id | Optional | string | TID |
| TTP_id | Optional | string | TTP ID |
| group_id | Optional | string | Group ID |
| did | Optional | string | Last DID |
| stan | Optional | string | STAN |
| pay_by_card | Optional | boolean | 0 = Inactive 1 = Active |
| api_key | Optional | string | API Key (for Cybersource) |
| password | Optional | string | Password (for Cybersource) |
| sp_iframe | Optional | boolean | 0 = No 1 = Yes (for Cybersource) |
| google_pay | Optional | boolean | 0 = No 1 = Yes (for Cybersource) |
| apple_pay | Optional | boolean | 0 = No 1 = Yes (for Cybersource) |
* Bold Parameters are required fields
