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

ParameterRequired/OptionalTypeDescription
location_idRequirednumberCurrent Location ID
user_idRequirednumberCurrent User ID

* Bold Parameters are required fields

Body Parameters

ParameterRequired/OptionalTypeDescription
typeRequiredstringValue = “CP”
processorRequiredstringValue = “RC”
Value = “Cybersource”
merchant_idOptionalstringMID – long MID
environmentOptionalstring'Production' – Live Merchants
'Demo' - Sandbox
statusOptionalint0 = Inactive
1 = Active
nameOptionalstringName identifying this processor within the location. Default name is value sent in type field.
terminal_idOptionalstringTID
TTP_idOptionalstringTTP ID
group_idOptionalstringGroup ID
didOptionalstringLast DID
stanOptionalstringSTAN
pay_by_cardOptionalboolean0 = Inactive
1 = Active
api_keyOptionalstringAPI Key
(for Cybersource)
passwordOptionalstringPassword
(for Cybersource)

* Bold Parameters are required fields

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