Payin Cash

Examples of callbacks for Payin Cash transactions

{
        "accountNumber": "111.111.1111111",
        "amount": 3630,
        "confirmed": {
            "amount": 3630,
            "currency": "MXN",
            "fxQuote": 1
        },
        "country": "MEX",
        "currency": "MXN",
        "date": {
            "creationDate": "2023-03-22T00:33:40.969+00:00",
            "expirationDate": "2023-03-29T00:33:41.992723",
            "processedDate": "2023-03-22T00:33:43.708599"
        },
        "errors": [
        ],
        "externalId": "11111",
        "fees": {
            "account": "111.111.11111111",
            "amount": 163.35,
            "currency": "MXN",
            "description": "Fee",
            "fxQuote": 19.45852386,
            "fxSource": 18.620597
        },
        "intermediaries": [
        ],
        "internalId": "111X1XX1-11X1-1XXX-1X11-1XX11X111X1X",
        "localTaxes": [
        ],
        "merchant": {
            "birthdate": "",
            "email": "",
            "lastname": "",
            "name": "Minipagos",
            "nationality": "",
            "type": "COMPANY"
        },
        "payer": {
            "birthdate": "",
            "document": {
                "id": "XXXX111111XX1",
                "type": "RFC"
            },
            "email": "alicia@ramirez.com.mx",
            "lastname": "RAMIREZ",
            "name": "ALICIA",
            "nationality": "",
            "type": "INDIVIDUAL"
        },
        "payment": {
            "amount": 3630,
            "currency": "MXN",
            "financingFee": 0,
            "fxQuote": 1
        },
        "paymentMethod": {
            "code": "1111",
            "flow": "DIRECT",
            "type": "Cash"
        },
        "status": {
            "code": "000",
            "description": "COMPLETED",
            "detail": "The payin was credited"
        },
        "ticket": {
            "barcode": "1111111111111111111111111111111",
            "expirationDate": "2023-03-29T00:33:41.992723",
            "id": "XXXXXX1XX1X1X111XXXXXXX",
            "image": "https://api.v3.localpayment.com/api/images/1602/46140050210916220230328036300059"
        },
        "transactionType": "PayIn",
        "withHoldings": [
        ]
    },
    "status": "COMPLETED",
    "transactionFlow": "payInCash",
    "transactionType": "PayIn"
}

Last updated