post https://api.banking.netevia.dev/api/UsersReward/Transfer
The POST https://api.banking.netevia.dev/api/UsersReward/Transfer API method allows customers to transfer their reward points to another customer. This functionality enables reward sharing or gifting between users of the banking application.
Request Parameters:
{
"toProfileId": 0, // The recipient's profile ID
"points": 2147483647, // The number of points to transfer
"oneTimeCode": "string", // One-time authentication code for security
"secureOperationType": "ShortMessageCode" // Method of secure verification (e.g., SMS)
}
Functionality:
- Transfers reward points from one customer to another.
- Requires secure authentication via a one-time code (OTP) for added security.
Use Case:
Customers can use this API to share or gift rewards with other users, enhancing flexibility in how reward points are used within the system.