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

    Payment

    {
        "type": "credit",
        "installments": "string",
        "credit_card": {
            "number": "string",
            "holder_name": "string",
            "exp_month": 0,
            "exp_year": 0,
            "cvv": "string"
        },
        "currency": "USD"
    }
    Built with