Skip to content

Cash payments methods

To determine the available payment methods, use this endpoint. If your integration is of type "Aggregator", your available payment methods will be: Efecty, Daviplata and Nequi. If your integration is through "Gateway", your available payment methods will be: Efecty, Corresponsal Bancolombia, PuntoRed, Daviplata, Nequi and QR Bancolombia.

GET https://[base_url]/v2/apms/cash/hotel/{hotel_id}

Query parameters

PARAMETERS TYPE REQ. DESCRIPTION
hotel_id Integer Yes Hotel ID associated with the reservation. Refer to List Hotels

Endpoint response

[
    {
        "code": "efecty",
        "name": "Efecty"
    },
    {
        "code": "corresponsal",
        "name": "Corresponsal Bancolombia"
    },
    {
        "code": "puntored",
        "name": "PuntoRed"
    },
    {
        "code": "daviplata",
        "name": "Daviplata"
    },
    {
        "code": "nequi",
        "name": "Nequi"
    },
    {
        "code": "qrbancolombia",
        "name": "QR Bancolombia"
    }
]