GET
utilities
/
direct-debits
curl --request GET \
  --url https://api.onepay.la/v1/utilities/direct-debits \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "bill_id": "019686ca-7ed1-7197-9ffc-58e8e7197829",
      "status": "Inactive",
      "created_at": "2025-04-30T13:02:19.000000Z",
      "updated_at": "2025-04-30T13:02:19.000000Z",
      "document_type": "CC",
      "document_number": "625620",
      "first_name": "Emmanuelle",
      "last_name": "Denesik",
      "phone": "+17183530893",
      "email": "",
      "bill_reference": "11120074",
      "payment_method_type": "Other",
      "payment_method_description": null
    },
    {
      "bill_id": "019686ca-7ed2-727b-8006-55119db176de",
      "status": "Inactive",
      "created_at": "2025-04-30T13:02:19.000000Z",
      "updated_at": "2025-04-30T13:02:19.000000Z",
      "document_type": "CC",
      "document_number": "625620",
      "first_name": "Emmanuelle",
      "last_name": "Denesik",
      "phone": "+17183530893",
      "email": "",
      "bill_reference": "29396943",
      "payment_method_type": "Other",
      "payment_method_description": null
    },
    {
      "bill_id": "019686ca-7ed3-7235-94ed-8e698538b0d1",
      "status": "Inactive",
      "created_at": "2025-04-30T13:02:19.000000Z",
      "updated_at": "2025-04-30T13:02:19.000000Z",
      "document_type": "CC",
      "document_number": "625620",
      "first_name": "Emmanuelle",
      "last_name": "Denesik",
      "phone": "+17183530893",
      "email": "",
      "bill_reference": "87671993",
      "payment_method_type": "Other",
      "payment_method_description": null
    },
    {
      "bill_id": "019686ca-7ed4-71bc-acba-89b7fc3bcc76",
      "status": "Inactive",
      "created_at": "2025-04-30T13:02:19.000000Z",
      "updated_at": "2025-04-30T13:02:19.000000Z",
      "document_type": "CC",
      "document_number": "625620",
      "first_name": "Emmanuelle",
      "last_name": "Denesik",
      "phone": "+17183530893",
      "email": "",
      "bill_reference": "61673413",
      "payment_method_type": "Other",
      "payment_method_description": null
    },
    {
      "bill_id": "019686ca-7ed4-71bc-acba-89b7fc8f39d8",
      "status": "Inactive",
      "created_at": "2025-04-30T13:02:19.000000Z",
      "updated_at": "2025-04-30T13:02:19.000000Z",
      "document_type": "CC",
      "document_number": "625620",
      "first_name": "Emmanuelle",
      "last_name": "Denesik",
      "phone": "+17183530893",
      "email": "",
      "bill_reference": "75251333",
      "payment_method_type": "Other",
      "payment_method_description": null
    }
  ],
  "current_page": 1,
  "from": 1,
  "last_page": 1,
  "per_page": 50,
  "to": 5,
  "total": 5
}
document_number
string

Filtrar por número de documento del cliente

status
string

Filtrar por estado de domiciliación (ver estados posibles)

payment_method_type
string

Filtrar por método de pago (ver métodos posibles)

sort_by
string

Campo por el cual ordenar: payment_method_type, created_at, updated_at, reference, phone, email, status.

{
  "data": [
    {
      "bill_id": "019686ca-7ed1-7197-9ffc-58e8e7197829",
      "status": "Inactive",
      "created_at": "2025-04-30T13:02:19.000000Z",
      "updated_at": "2025-04-30T13:02:19.000000Z",
      "document_type": "CC",
      "document_number": "625620",
      "first_name": "Emmanuelle",
      "last_name": "Denesik",
      "phone": "+17183530893",
      "email": "",
      "bill_reference": "11120074",
      "payment_method_type": "Other",
      "payment_method_description": null
    },
    {
      "bill_id": "019686ca-7ed2-727b-8006-55119db176de",
      "status": "Inactive",
      "created_at": "2025-04-30T13:02:19.000000Z",
      "updated_at": "2025-04-30T13:02:19.000000Z",
      "document_type": "CC",
      "document_number": "625620",
      "first_name": "Emmanuelle",
      "last_name": "Denesik",
      "phone": "+17183530893",
      "email": "",
      "bill_reference": "29396943",
      "payment_method_type": "Other",
      "payment_method_description": null
    },
    {
      "bill_id": "019686ca-7ed3-7235-94ed-8e698538b0d1",
      "status": "Inactive",
      "created_at": "2025-04-30T13:02:19.000000Z",
      "updated_at": "2025-04-30T13:02:19.000000Z",
      "document_type": "CC",
      "document_number": "625620",
      "first_name": "Emmanuelle",
      "last_name": "Denesik",
      "phone": "+17183530893",
      "email": "",
      "bill_reference": "87671993",
      "payment_method_type": "Other",
      "payment_method_description": null
    },
    {
      "bill_id": "019686ca-7ed4-71bc-acba-89b7fc3bcc76",
      "status": "Inactive",
      "created_at": "2025-04-30T13:02:19.000000Z",
      "updated_at": "2025-04-30T13:02:19.000000Z",
      "document_type": "CC",
      "document_number": "625620",
      "first_name": "Emmanuelle",
      "last_name": "Denesik",
      "phone": "+17183530893",
      "email": "",
      "bill_reference": "61673413",
      "payment_method_type": "Other",
      "payment_method_description": null
    },
    {
      "bill_id": "019686ca-7ed4-71bc-acba-89b7fc8f39d8",
      "status": "Inactive",
      "created_at": "2025-04-30T13:02:19.000000Z",
      "updated_at": "2025-04-30T13:02:19.000000Z",
      "document_type": "CC",
      "document_number": "625620",
      "first_name": "Emmanuelle",
      "last_name": "Denesik",
      "phone": "+17183530893",
      "email": "",
      "bill_reference": "75251333",
      "payment_method_type": "Other",
      "payment_method_description": null
    }
  ],
  "current_page": 1,
  "from": 1,
  "last_page": 1,
  "per_page": 50,
  "to": 5,
  "total": 5
}

🔄 Estados posibles de domiciliación (status)

  • Active
  • Inactive

💳 Tipos de método de pago (payment_method_type)

  • Card
  • Account