PaymentV2

APIDescription
POST api/v2/Payment/CheckAuth

Gets latest authorization transaction and if it exist that returns authenticated code

POST api/v2/Payment/Auth

Triggers an authorization transaction with payflow.

POST api/v2/Payment/FullAuth

Retrieves Authorization data and executes a full authorization for any amount greater than zero.

Payment

APIDescription
POST api/Payment/PayflowAuth

Obsolete: This supports the old 'Catalog' Payflow response call to authorize a credit card transaction. It will create an Authorize request with payflow and return a PayflowResponse Object.

POST api/Payment/PayflowCapture/{PNRef}

Obsolete: This supports the old 'Catalog' Payflow response call to capture an authorized credit card transaction.

POST api/Payment/Auth

Triggers an authorization transaction with payflow.

POST api/Payment/Capture

Retrieves Authorization data and executes a capture for any amount greater than zero.