DubPay
    DubPay
    • DUBPAY API
      • Login
        POST
      • Request Withdraw
        POST
      • Cancel Order
        DELETE
      • Request Anticipation
        POST
    • PAYMENTS
      • Get Balance
      • Get Waiting Funds
      • Get Transactions
      • Request Withdraw
      • Create Order
      • List taxes
      • List Seller Webhooks
      • Create Seller Webhook
      • Update Seller Webhook
      • Delete Seller Webhook
    • Schemas
      • Login Response
      • Credentials
      • Contract
      • Role
      • User
      • Register Payload
      • Register Response
      • Order Payload
      • Customer
      • Payment
      • Credit Card
      • Shipping
      • Webhook Payload

    Login Response

    {
        "data": {
            "id": 0,
            "name": "string",
            "email": "string",
            "role": {
                "id": "string",
                "name": "string"
            },
            "activated": true,
            "complete_register": true,
            "mail_active": true,
            "zipcode": "string",
            "analise": "Aprovado"
        },
        "contract": {
            "id": 0,
            "description": "string",
            "user_id": 0,
            "status": true,
            "membership_plan_id": 0,
            "created_at": "string",
            "updated_at": "string"
        },
        "token_shopify": "string",
        "token": "string"
    }
    Built with