Wallet
Balances
Balances of merchant in the payment system
get
Authorizations
X-LP-ClientIdstringRequired
Please enter API Key
Query parameters
dataany | nullableOptional
Responses
200
Success
application/json
400
Bad Request
application/json
401
Unauthorized
get
/api/v2/balancesTransactions
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:
10offsetinteger · int32OptionalDefault:
0Responses
200
Success
application/json
400
Bad Request
application/json
401
Unauthorized
get
/api/v2/balances/transactionsConvert 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
200
Success
application/json
Responseobject
400
Bad Request
application/json
401
Unauthorized
post
/api/v2/balances/convertWithdraw
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
200
Success
401
Unauthorized
put
/v2/merchant/Owner/{orderId}/withdrawalLast updated