API Creación Payer (deprecado)

Endpoint para la creación o actualización de clientes.

POST {{merchant}}.pagoralia.live/api/v1/payers

Request Body

Name
Type
Description

id*

String

Numero de cliente

first_name*

String

Primer nombre del cliente

last_name*

String

Apellido del cliente

"data": {
        "id": "1131-5",
        "name": null,
        "document_number": null,
        "document_type": null,
        "email": "[email protected]",
        "phone": null,
        "first_name": "luis",
        "last_name": "cornejo",
        "birthdate": null,
        "external_id": "HPlht0IMVO",
        "redirect_url": "https://softvdemo.pagoralia.live/HPlht0IMVO",
        "meta": null,
        "lastAddress": [
            {
                "id": 2,
                "line_one": "cdm",
                "line_two": null,
                "line_three": null,
                "city": "cdm",
                "state": "cdm",
                "country_id": "MX",
                "payer_id": "1131-5",
                "meta": null,
                "created_at": "2023-09-07T20:57:11.000000Z",
                "updated_at": "2023-09-07T20:57:11.000000Z"
            }
        ]
    }
}

Last updated