Skip to main content
POST
/
payment-data
/
{id}
/
forward
Forward payment-data
curl --request POST \
  --url https://sandbox.hellgate.io/payment-data/{id}/forward \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{}'
{}
Gated Feature

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string<uuid>
required

The ID of the payment-data bundle

Body

The payload the caller wants to forward to the third party provider.

To securely handle and inject sensitive token data, predefined templates can be used. These templates help structure and standardize the data injection process while ensuring compliance with security and regulatory requirements.

PlaceholderTypeDescription
{{ network_token }}stringThe Token-Pan (TPAN) of the network token.
{{ cardholder_name }}stringThe name of the cardholder.
{{ expiration_year }}numberFour digit year of the expiration date.
{{ expiration_month }}numberTwo digit month of the expiration date.
{{ cryptogram }}stringThe token authentication verification value TAVV.
{{ eci }}stringThe ECI associated with the payment-data bundle.
{{ amount }}numberThe authenticated amount given in minor units.
{{ currency_code }}stringThe currency code of the authenticated amount.

Placeholder of type number can be unwrapped from the standard string representation.

Response

Success response

The response from the third party provider.