Create Card Present Processing

Create Card Present Processing

The Create Card Present Processing API allows developers to create new card present processing entries.

Upon successful creation of a new card present processing entry, the API will return a response with the newly created card 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 = “CP”
processor Required string Value = “RC”
Value = “Cybersource”
merchant_id Optional string MID – long Merchant ID assigned by the processor
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 the value sent in the type field.
terminal_id Optional string A unique Terminal ID (TID) assigned by Fiserv to identify a specific payment terminal.
TTP_id Optional string Rapid Connect ID assigned by Fiserv for a specific version of vendor or merchant software.
group_id Optional string Identifier assigned by Fiserv to represent an individual merchant or a group of merchants.
pay_by_card Optional boolean Enables Credit Card as a payment option within SoftPoint applications to take Card Present payments.
0 = Inactive
1 = Active
api_key Optional string Cybersource REST API Key. There is currently no way to automate the creation of this value; it must be generated manually in the Cybersource Portal.
password Optional string Cybersource Secret Key. There is currently no way to automate the creation of this value; it must be generated manually in the Cybersource Portal.

* Bold Parameters are required fields

Language
Credentials
Bearer
URL
Click Try It! to start a request and see the response here!