Skip to main content
Skip table of contents

PayOut Consultation

The function of this service is to receive a PayOut Transaction Number as a get parameter in the URL to identify a transaction and return the associated data.

 Request Headers

Cabecera

Valor

Requerido

Authorization

Bearer <Access_Token>

SI

CODE
"Authorization":"Bearer eyJhbGciOiJSUzI1NsInR5cCI6IkpXVCIsImt………",

Response

CODE
{
    "action": "query_pay_out",
    "success": "true",
    "pay_out": {
        "id": "6a6e55bb-de94-484d-be2a-a738c8be270c",
        "label": "Retiro de apuestas 202203111l34434",
        "country": "PER",
        "currency": "PER",
        "valid_amount": 100000,
        "meta": {
            "state": "BANCO_RESPUESTA"
        },
        "payments": [
            {
                "internal_transaction_id": "917cd510-508b-422c-92bb-d6df4aa951d1",
                "payment_date": "2022-08-03",
                "amount": [
                    {
                        "currency": "604",
                        "value": 100000
                    }
                ],
                "payee": {
                    "bank_name": "banco_de_credito",
                    "first_name": "Mariano Leon",
                    "last_name": "Sanchez Carranza",
                    "email_address": "foo.bar@email.com",
                    "account_type": "savings_account",
                    "account_number": "19132812068001",
                    "cci_number": "",
                    "identity_document_country": "PER",
                    "identity_document_type": "DNI",
                    "identity_document_identifier": "43380000",
                    "department": "Lima",
                    "phone": {
                        "country_code": "51",
                        "subscriber": "841859005"
                    },
                    "kycyn": "string",
                    "reference": "string"
                },
                "user": {
                    "name": "foo2022",
                    "id": "1195859"
                }
            }
        ]
    },
    "meta": {
        "status": {
            "code": "00",
            "message": "OK",
            "message_ilgn": {
                "locale": "es_PE",
                "value": "Consulta Pay out exitosa"
            }
        }
    }
}

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.