query

posPaymentModeRoutes

Get available payment methods on the payment page for POS, specifying the aggregator for each option, such as 'CARD powered by Juspay' and 'QR powered by Razorpay'.
Arguments
amount
Int!
Required
Payable amount.
cartId
String
Identifier of the cart.
checkoutMode
String
Option to checkout for self or for others.
orderType
String!
Required
The order type of shipment HomeDelivery - If the customer wants the order home-delivered PickAtStore - If the customer wants the handover of an order at the store itself.
pincode
String
The PIN Code of the destination address, e.g. 400059.
cardreference
String
Card reference id of user's debit or credit card.
refresh
Boolean
Select `true` to remove temporary cache files on payment gateway and replace with the latest one.
userDetails
String
URLencoded JSON containing details of an anonymous user.
displaySplit
Boolean
Display Split Payment Option or not.
orderId
String
The merchant order ID for split payment. Required when displaySplit is true.
Response
Query
Loading...
Try it
Input Variables
Loading...
Response
Loading...