mutation

addRefundBeneficiaryUsingOTPSession

Add a refund beneficiary (Bank Account or UPI) after successful OTP verification. This is used to securely link a new beneficiary to the user's account for processing refunds.
Arguments
addBeneficiaryInput
AddBeneficiaryInput
Beneficiary details such as account holder, account number, IFSC code (for bank), or UPI ID (for UPI transfers).
Response
message
String
Optional message describing the beneficiary addition status
is_verified
Boolean!
Required
True if the beneficiary account is verified.
Required
UUID assigned internally to this beneficiary.
account_no
String
Masked bank account number of the beneficiary.
account_holder
String
Full name of the bank account holder linked to the beneficiary.
bank_name
String
Name of the bank.
UPI id of the beneficiary.
logo
String
Optional Logo URL of the bank.
Mutation
Loading...
Try it
Input Variables
Loading...
Response
Loading...