GET
/
v1
/
company
/
profile
curl https://api-eu.sulpayments.ch/v1/company/profile \
  -H "Authorization: Bearer {token}"
{
  "payout_wallet_balance": 125000.50,
  "min_payout_wallet_balance": 1000.00,
  "max_value_per_payout": 50000.00
}

Headers

Authorization
string
required
Bearer {token}

Response

payout_wallet_balance
number
Current balance available for payouts.
min_payout_wallet_balance
number
Minimum balance required after a payout.
max_value_per_payout
number
Maximum amount allowed per single payout.
curl https://api-eu.sulpayments.ch/v1/company/profile \
  -H "Authorization: Bearer {token}"
{
  "payout_wallet_balance": 125000.50,
  "min_payout_wallet_balance": 1000.00,
  "max_value_per_payout": 50000.00
}