API Reference
Log In
API Reference

Get Pending Payments

Obtain the debt or list of debts, bills, or pending payments of a service by serviceId

Required only for Services type: Online.

Authentication is mandatory.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

📖 Example Requests

Below please find the JSON body for an example requests:

{
    "data_service_list": [
      {
        "key": "NumeroCelular",
        "value": "84538774",
        "type": "Integer"
      }
    ]
}

JSON response in the body:

NameDescriptionType
data_service_list[]List of Inputs Fields returned in the service query.array of object
data_service_list[].keyUnique key of the key-value elementstring
data_service_list[].valueValuestring
data_service_list[].typeData typestring
debt_list[]List of outstanding debts of the service consultedarray of object
debt_list[].debt[]Detail of a debtarray of object
debt_list[].debt[].keyUnique key of the key-value elementstring
debt_list[].debt[].valueValuestring
debt_list[].debt[].typeData typestring
error_messageError Messagestring
error_codeError code. If the request was successful the value is: 000000string
Path Params
string
enum
required
Defaults to BLNI

Description: Defines the source bank code.

Allowed:
int32
required
Defaults to 1

Description: Service Id

Body Params
data_service_list
array of objects
required

Description: Data Service List (Input fields)

data_service_list*
Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json