POST
/
3p
/
api
/
v1
/
bank-account
/
balance
/
{user_uuid}
{
  "status": true,
  "message": "",
  "data": {
    "available_balance": 1000
  },
  "errors": null,
  "error_code": null
}

Authorizations

Authorization
string
header
required

Sanctum token-based authentication using the Bearer scheme.

Path Parameters

user_uuid
string
required

UUID of the user

Body

application/json
amount
integer
Required range: x >= 1
billing_merchant_user_uuid
string
billing_processor_mid
string
Maximum length: 255

Response

200
application/json
Successful response
status
boolean
Example:

true

message
string
Example:

""

data
object
errors
string
Example:

null

error_code
string
Example:

null