Get Beneficiary form fields


This endpoint retrieves the detailed beneficiary information required for a specific payment rail. Provide the `rail_type` parameter (using a value from the Rail Types endpoint) to get the list of required fields, including labels, validation regex, and whether each field is mandatory. The response is returned as an array, and authentication using a Bearer token is required.

Method API Endpoint
GET https://efylink-business.rare-able.com/api/user/beneficiary_accounts/rail_beneficiary_details?rail_type={{rail_type}}

headers: Object containing the API headers.

'Authorization : Bearer Token': Use Login API for access token

'X-CLIENT-ID': Use Get Credentials api to generate X-CLIENT-ID

'X-Api-Signature': To know how to generate please use Authentication

'X-Api-Timestamp': Timestamp

Path Params

rail_type required Please use value from Payment Channels for rail_type