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

List Seller Webhooks

Develop Env
https://payments.dubpay2.com.br/api
Develop Env
https://payments.dubpay2.com.br/api
GET
https://payments.dubpay2.com.br/api
/seller-webhook
Listar webhook de um seller

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/seller-webhook' \
--header 'store-id: '

Responses

🟢200SUCCESS
application/json
Body
data
array [object {3}] 
required
id
integer 
optional
active
boolean 
optional
url
string 
optional
Example
{
    "data": [
        {
            "id": 52,
            "active": true,
            "url": "https://minha-url/dubpay/webhook"
        }
    ]
}
Modified at 2025-03-07 22:14:07
Previous
List taxes
Next
Create Seller Webhook
Built with