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

    Order Payload

    {
        "store_id": 0,
        "customer_id": 0,
        "items": [
            {
                "product_id": 0,
                "quantity": 0,
                "price": 0
            }
        ],
        "payment_method": "credit",
        "shipping_address": {
            "city": "string",
            "address": "string",
            "state": "string",
            "zip_code": "string",
            "country": "string"
        }
    }
    Built with