Create Card Not Present Processing

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

ParameterRequired/OptionalTypeDescription
location_idRequirednumberCurrent Location ID
user_idRequirednumberCurrent User ID

* Bold Parameters are required fields

Body Parameters

ParameterRequired/OptionalTypeDescription
typeRequiredstringValue = “CNP”
processorRequiredstringValue = “RC”
OR
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)
sp_iframeOptionalboolean0 = No
1 = Yes
(for Cybersource)
google_payOptionalboolean0 = No
1 = Yes
(for Cybersource)
apple_payOptionalboolean0 = No
1 = Yes
(for Cybersource)

* Bold Parameters are required fields

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