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 taxes

Develop Env
https://payments.dubpay2.com.br/api
Develop Env
https://payments.dubpay2.com.br/api
GET
https://payments.dubpay2.com.br/api
/taxes/credit
Lista o valor das taxas conforme o nĂºmero de parcelas.

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params

Header Params

Request Code 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/taxes/credit?value=17000' \
--header 'store-id: ' \
--header 'Authorization: Bearer <token>'

Responses

đŸŸ¢200SUCCESS
application/json
Body

Example
{
    "data": [
        {
            "installment": "string",
            "amount": "string",
            "totalAmount": "string"
        }
    ]
}
Modified at 2025-03-07 22:13:58
Previous
Create Order
Next
List Seller Webhooks
Built with