Skip to main content
POST
Add Beneficiary
This API is used to add a new beneficiary to the payout system.

Request Body

Responses

200 OK

400 Bad Request

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
name
string
default:user
required

Name of Beneficiary

phone
string
required

Phone no of Beneficiary. eg. 9900990099

email
string
required

Email of Beneficiary

address
string
default:delhi
required

Address of Beneficiary

account_number
string
required

Account Number of Beneficiary

ifsc
string
required

IFS Code of Beneficiary Account

vpa
string
required

Response

200

status
boolean
default:true
Example:

true

message
string
Example:

"Beneficiary Account Added successfully."

beneficiary_id
string
Example:

"59113xxxxxxxxx6"