DubPay
  1. PAYMENTS
DubPay
  • DUBPAY API
    • Login
      POST
    • Request Withdraw
      POST
    • Cancel Order
      DELETE
    • Request Anticipation
      POST
  • PAYMENTS
    • Get Balance
      GET
    • Get Waiting Funds
      GET
    • Get Transactions
      GET
    • Request Withdraw
      POST
    • Create Order
      POST
    • List taxes
      GET
    • List Seller Webhooks
      GET
    • Create Seller Webhook
      POST
    • Update Seller Webhook
      PUT
    • Delete Seller Webhook
      DELETE
  1. PAYMENTS

Get Balance

Develop Env
https://payments.dubpay2.com.br/api
Develop Env
https://payments.dubpay2.com.br/api
GET
https://payments.dubpay2.com.br/api
/balance

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Header Params
store-id
string 
required
UUID da loja
Example:
{{STORE_ID}}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://payments.dubpay2.com.br/api/balance' \
--header 'store-id: '

Responses

🟢200SUCCESS
application/json
Body
data
object 
required
balance
integer 
required
Saldo disponível
waiting_funds
integer 
required
Lançamentos futuros
total_withdrawn
integer 
required
Total sacado
warranty_tax
integer 
required
Taxa de garantia
success
boolean 
required
Example
{"data":{"balance":16482,"waiting_funds":0,"total_withdrawn":10918,"warranty_tax":0},"success":true}
🟠401UNAUTHORIZED
Modified at 2025-03-07 22:13:13
Previous
Request Anticipation
Next
Get Waiting Funds
Built with