Create transfers

Must have the authorization to use this API

GET https://example.com/wp-json/rimplenet/v1/transfers

Request Body

Name
Type
Description

user_id*

int

Enter user id

amount_to_transfer*

int

Enter security code

transfer_to_user*

Username of user

wallet_id*

int

Enter wallet id

To view request params, click on the arrow (>) at the right-hand side of the endpoint url to expand or collapse

{
    "status_code": 200,
    "status": true,
    "message": "Transfer Action Completed",
    "data": {
        "transfer": 132
    }
}

Last updated