Create Terminal Transaction
Use this API to create a new terminal transaction. To use this API you should first create an order using the Create Order API. Also, you need to enter the terminal details while creating the order and pass the same terminal information while creating a transaction using the below mentioned API.
Authorizations
Client app ID. You can find your app id in the Merchant Dashboard.
Client secret key. You can find your secret in the Merchant Dashboard.
Headers
API version to be used. Format is in YYYY-MM-DD
Request id for the API call. Can be used to resolve tech issues. Communicate this in your tech related queries to cashfree
An idempotency key is a unique identifier you include with your API call. If the request fails or times out, you can safely retry it using the same key to avoid duplicate actions.
Body
Request body to create a terminal transaction
cashfree order ID that was returned while creating an order.
mention the payment method used for the transaction. possible values - QR_CODE, LINK.
3 - 100
cashfree terminal id. this is a required parameter when you do not provide the terminal phone number.
agent mobile number assigned to the terminal. this is a required parameter when you do not provide the cf_terminal_id.
10
make it true to have request be sent to create a Dynamic GST QR Code.
Was this page helpful?