RexPay
    RexPay
    • Authentication
      • Intro
      • Get Access Token
        POST
    • PIX Payments
      • Intro
      • Payin
        • Create PIX Payin
        • Get PIX Payin by ID
        • Get PIX Payin by external ID
      • Payout
        • Create PIX Payout
        • Get PIX Payout by ID
        • Get PIX Payout by external ID
    • Balance
      • Get balance
        GET
    • Webhooks
      • Intro
      • Webhook app portal link
        POST
    • Schemas
      • Attributes
        • Payin status
        • taxID
        • Payout status
        • Amount
        • Pix type
        • Pix key
      • gen_base_64
      • Payer or Receiver
      • Metadata
      • Payin created
      • Payin
      • Payout
      • Error response

    Payout

    {
        "id": "string",
        "created_at": "2019-08-24T14:15:22.123Z",
        "updated_at": "2019-08-24T14:15:22.123Z",
        "status": "pending",
        "amount": 10,
        "tax_id": "11122233344",
        "description": "string",
        "pix_type": "cpf",
        "pix_key": "11122233344",
        "e2e": "string",
        "payer": {
            "tax_id": "string",
            "name": "string",
            "bank_ispb": "string",
            "account_type": "string",
            "account_branch": "string",
            "account_number": "string"
        },
        "receiver": {
            "tax_id": "string",
            "name": "string",
            "bank_ispb": "string",
            "account_type": "string",
            "account_branch": "string",
            "account_number": "string"
        }
    }