Devuelve los pagos asociados a una factura con pago por definir

Parámetros URI


type ( string )

Required

id ( string )

Required

Atributos de la petición

La petición no tiene atributos

Argumentos de respuesta

Atributos de CfdiSearchViewModel

Id ( string )

CfdiType ( string )

Type ( string )

Folio ( string )

Serie ( string )

TaxName ( string )

Rfc ( string )

RfcIssuer ( string )

Date ( string )

Subtotal ( decimal number )

Total ( decimal number )

Uuid ( string )

Email ( string )

IsActive ( boolean )

EmailSent ( boolean )

PaymentMethod ( string )

OrderNumber ( string )

Status ( string )

http method:

GET

https://apisandbox.facturama.mx/api/cfdi/payments/{type}/{id}

Ejemplo de Respuesta

application/json, text/json

Ejemplo:
[
  {
    "Id": "EW1HOmjf9YYQCK2Mmw7aPQ2",
    "Folio": "100031986",
    "Serie": "",
    "TaxName": "Anita Juarez",
    "Rfc": "EKU9003173C9",
    "Date": "2017-12-06T16:25:24",
    "Subtotal": 0.0,
    "Total": 13501.6,
    "Uuid": "7D3CF683-7E57-4A75-94B2-D6280028C43F",
    "IsActive": true
  },
  {
    "Id": "USjmIlSbHct6GlInHZ1v0g2",
    "Folio": "100031985",
    "Serie": "",
    "TaxName": "Anita Juarez",
    "Rfc": "EKU9003173C9",
    "Date": "2017-12-06T16:19:08",
    "Subtotal": 0.0,
    "Total": 13501.6,
    "Uuid": "A097F5E2-7E57-4288-A157-C637689927E4",
    "IsActive": true
  }
]