Bills
In this section you will find all Ventiapp's APIs related to Invoice requests from buyers
Get Bills
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"paging": 50,
"offset": 0,
"total": 2,
"results": [
{
"orderId": 1234,
"billingDate": "2018-06-06T00:00:00",
"externalReference": "14124141",
"externalDate": "2018-06-06T00:00:00",
"message": "Billing message",
"invoice": "0001",
"total": 660.0,
"cdfi": "04",
"bankDigits": "1234",
"paymentMethod": "03",
"customer": {
"name": "John",
"businessName": "Doe",
"rfc": "X3XXXXNNX0131",
"email": "[email protected]",
"phone": "1139992331",
"billingAddress": null,
"billingStreet": null,
"billingInnerNumber": null,
"billingOuterNumber": null,
"billingNeighborhood": null,
"billingCountry": null,
"billingState": null,
"billingMunicipality": null,
"billingZipCode": null
}
}
]
}Última actualización