query

paymentModeRoutes

Get available payment methods on the payment page, specifying the aggregator for each option, such as 'Netbanking powered by Juspay' and 'Card powered by Razorpay'.
Arguments
amount
Float!
Required
Payable amount.
cartId
String!
Required
Identifier of the cart.
checkoutMode
String!
Required
Option to checkout for self or for others.
pincode
String!
Required
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.
Response
payment_options
PaymentOptionDetails!
Required
Payment option and flow object.
success
Boolean!
Required
Response is successful or not.
Query
Loading...
Try it
Input Variables
Loading...
Response
Loading...