Wallet

Balances

Balances of merchant in the payment system

get
Authorizations
X-LP-ClientIdstringRequired

Please enter API Key

Query parameters
dataany · nullableOptional
Responses
chevron-right
200

Success

application/json
get
/api/v2/balances

Transactions

Get merchant transactions

get
Authorizations
X-LP-ClientIdstringRequired

Please enter API Key

signaturestringRequired

Please enter signature

Query parameters
currencystring[] · nullableOptional
providerstring[] · nullableOptional
methodstring[] · nullableOptional
amountFromnumber · double · nullableOptional
amountTonumber · double · nullableOptional
createdFrominteger · int64 · nullableOptional
createdTointeger · int64 · nullableOptional
textstring · nullableOptional
limitinteger · int32OptionalDefault: 10
offsetinteger · int32OptionalDefault: 0
Responses
chevron-right
200

Success

application/json
get
/api/v2/balances/transactions

Convert balance

Converts funds to the inputted wallet

post
Authorizations
X-LP-ClientIdstringRequired

Please enter API Key

signaturestringRequired

Please enter signature

Body
fromstring · max: 8Required
tostring · max: 8Required
amountnumber · double · nullableOptional
Responses
chevron-right
200

Success

application/json
Responseobject
post
/api/v2/balances/convert

Withdraw

Withdraw funds funds from the inputted wallet

put
Authorizations
X-LP-ClientIdstringRequired

Please enter API Key

signaturestringRequired

Please enter signature

Path parameters
orderIdstring · uuidRequired
Body
receiverstring · nullableOptional
payloadstring · nullableOptional
providerstring · nullableOptional
currencystring · nullableOptional
methodstring · nullableOptional
ratenumber · double · nullableOptional
rateTimeinteger · int64 · nullableOptional
Responses
chevron-right
200

Success

put
/v2/merchant/Owner/{orderId}/withdrawal

Last updated