Send Credits

POST https://yourwebsite.com/api/credits/send

Request Body

Name
Type
Description

sender_username*

string

target_username*

string

amount*

decimal

{
    "current_credits": "8.25 USD",
    "current_raw_credits": 8.25,
    "target_current_credits": "2.25 USD",
    "target_current_raw_credits": 2.25,
    "currency": "USD"
}

Last updated