Skip to content

Check transaction status

Once the payment has been made and the redirection to the preferred URL is done, you can query the transaction status to display it to the user.

GET https://[base_url]/v2/apms/bank-transfer/{apm_detail_id}

Example:

GET https://[base_url]/v2/apms/bank-transfer/187

Query parameters

PARAMETER TYPE REQ. DESCRIPTION
apm_detail_id Integer Yes Attribute "apm_detail_id" returned by the endpoint Bank transfer payment

Endpoint response

{
    "transaction_id": "451326128",
    "status": "Pendiente",
    "msg": "Transacción aprobada"
}