You can fetch all the StaticQRs corresponding to given terminal id or phone number. Provide either the terminal_phone_no or terminal_id in the request.
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.
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.
Phone number assigned to the terminal. Required if you are not providing the cf_terminal_id in the request.
Cashfree terminal id for which you want to get staticQRs. Required if you are not providing the terminal_phone_number in the request.
Fetched Terminal QR Codes
The response is of type FetchTerminalQRCodesEntity · object[]
.