Skip to main content

Funds Transfer Mapped Product

This API endpoint retrieves the list of product IDs to which funds can be transferred from the specified product. It returns mapped fund transfer product details such as the target product ID and name

🛣️Path Parameters

ParameterTypeDescriptionExample/ENUM
productidintegerThe product ID from which funds will be transferred.100

🔑Header Parameters

ParameterTypeDescriptionExample/ENUM
AuthorizationstringBearer token for user authentication.{{access_token}}
Content-TypestringSpecifies the type of the request payload.application/json
x-api-keystringAPI key to authenticate the request.{{x-api-key}}

🟢Success Response - 200 Ok

FieldTypeDescriptionExample/ENUM
statusstringStatus of the API call.success
codestringResponse code indicating the outcome of the request."s-101"
messagestringA message indicating the success of the request.Success Message
dataarray of objectArray containing mapped product details.See below

📘Mapped Product Details (Array of Objects)

FieldTypeDescriptionExample/ENUM
nToProductIdintegerProduct ID to which funds can be transferred.7
sProductNamestringName of the product to which funds are transferred.IPO
get/transactional/v1/fundTransferMappedProduct/{productid}