mutation

addBeneficiary

Add a new refund beneficiary (Bank Account or UPI) to the user’s account.
Arguments
addBeneficiaryInput
AddBeneficiaryInput
Details of the beneficiary being added, including 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...