Skip to main content

Headless Requests

Overview

Chargent supports headless requests to payment gateways and returns the gateway response without storing data in Salesforce. This enables you to use Chargent as a pass-through integration and create your own data storage solution.

Methods

Chargent supports two methods for headless requests across multiple API types.

API TypeMethodDefinition
RESTPayment Method TokenizationPayment Method Tokenization is the exchange of payment data with a token representation of the data provided by the payment gateway for PCI Compliance. This is an initial step in the payments Lifecycle.
RESTPayment SaleA Payment Sale will perform both a Payment Authorization and a Payment Capture in a single payment operation.
ApexPayment Method TokenizationPayment Method Tokenization is the exchange of payment data with a token representation of the data provided by the payment gateway for PCI Compliance. This is an initial step in the payments Lifecycle.
ApexPayment SaleA Payment Sale will perform both a Payment Authorization and a Payment Capture in a single payment operation.
FlowPayment Method TokenizationPayment Method Tokenization is the exchange of payment data with a token representation of the data provided by the payment gateway for PCI Compliance. This is an initial step in the payments Lifecycle.
FlowPayment SaleA Payment Sale will perform both a Payment Authorization and a Payment Capture in a single payment operation.