/sale-paymenttokenSubmits a payment transaction request using a payment token ID . #### For Sale Transactions To perform a **Sale or Pre-Authorization** using the iPOS Transact API, you must include **one of the following**, depending on your flow: ** Using `paymentTokenId` **(FTD Only)** - `paymentTokenId` is generated by [Freedom to Design](https://docs.ipospays.com/freedom-to-design/apidocs#:~:text=Using%20the%20Payment%20Token%20ID) (FTD) - It is **ONE-TIME USE ONLY** - It **must** be passed to the **Transact API** **After the transaction:** A **Card Token / iPOS Token** is returned in the response. This returned token can be used for future transactions <Banner type="warning" > `paymentTokenId` cannot be reused for tokenized sales. </Banner>
Header Parameters
Body Parameters
merchantAuthentication
preferences
transactionRequest
avs
// Awaiting response…
{
"iposhpresponse": {
"responseCode": "200",
"responseMessage": "success",
"errResponseCode": "",
"errResponseMessage": "",
"transactionReferenceId": "TXN1718000000123",
"transactionType": "1",
"transactionId": "TXID-11223344",
"amount": "1250",
"responseApprovalCode": "APP98765",
"rrn": "219313501821",
"transactionNumber": "4321",
"batchNumber": "123",
"customFee": "0",
"totalAmount": "1250"
}
}