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 (CNP) 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 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. This field is typically not required for pure e-commerce flows.
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.
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.
sp_iframe Optional boolean Enables the SoftPoint hosted iframe flow for Card Not Present payments.
0 = No
1 = Yes
(for Cybersource)
google_pay Optional boolean Enables Google Pay as a payment method for Card Not Present transactions.
0 = No
1 = Yes
(for Cybersource)
apple_pay Optional boolean Enables Apple Pay as a payment method for Card Not Present transactions.
0 = No
1 = Yes
(for Cybersource)

* Bold Parameters are required fields

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