Transfer points

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.

Body Params
int32
required
int32
required
100 to 2147483647
string
required
length ≥ 1
string
enum
required
Allowed:
Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Response
200

Success

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here!