Deposit Offline
Body
-
amount
number Required -
currency
string Required metadata
string | null | number | integer | boolean | array[object] | object Any of: Any related metadata for this offline deposit transaction
Any related metadata for this offline deposit transaction
Any related metadata for this offline deposit transaction
Any related metadata for this offline deposit transaction
Any related metadata for this offline deposit transaction
Any related metadata for this offline deposit transaction
-
playerId
string Required -
referenceId
string Required Reference for this deposit. Could reference a game or tournament or promotion.
-
transactionId
string Required
POST
/wallet/deposit/offline
curl \
-X POST BASE_URL/wallet/deposit/offline \
-H "Content-Type: application/json" \
-d '{"amount":42.0,"currency":"string","metadata":"string","playerId":"string","referenceId":"string","transactionId":"string"}'
Request example
{
"amount": 42.0,
"currency": "string",
"metadata": "string",
"playerId": "string",
"referenceId": "string",
"transactionId": "string"
}
Response examples (200)
{
"balance": 42.0,
"currency": "string"
}
Response examples (400)
{
"code": "ERROR_UNKNOWN_ERROR",
"description": "string",
"traceId": "string"
}
Response examples (401)
{
"code": "ERROR_INVALID_SIGNATURE",
"description": "string",
"traceId": "string"
}
Response examples (500)
{
"code": "ERROR_UNKNOWN_ERROR",
"description": "string",
"traceId": "string"
}