Información completa del pago. Datos con los que fue creado y el estado actual del pago. Se obtiene del notification_token que envía khipu cuando el pago es conciliado.
Operación exitosa. Devuelve un objeto JSON con la información de pago.
Bad request - Solicitud mal formada
Unauthorized - Credenciales no válidas o faltantes
Forbidden - Cliente no tiene privilegios
Not found - Recurso no disponible
Internal server error - Servidor no pudo completar la solicitud
{- "payment_id": "gqzdy6chjne9",
- "app_url": "khipu:///pos/gqzdy6chjne9",
- "ready_for_terminal": false,
- "notification_token": "9dec8aa176c5223026919b3b5579a4776923e646ff3be686b9e6b62ec042e91f",
- "receiver_id": 985101,
- "conciliation_date": "2017-03-01T13:00:00.000Z",
- "subject": "Test",
- "amount": 1000,
- "currency": "CLP",
- "status": "done",
- "status_detail": "normal",
- "body": "Test",
- "notify_api_version": "3.0",
- "expires_date": "2023-12-31T15:45:00-04:00",
- "bank": "Banco de Chile (Edwards Citi)",
- "bank_id": "dfFbF",
- "payer_name": "Nombre Pagador",
- "payer_email": "pagador@email.com",
- "personal_identifier": "11.000.111-9",
- "bank_account_number": "001120490689",
- "out_of_date_conciliation": true,
- "transaction_id": "zwo3wqz6uulcvajt",
- "custom": "<xml>...</xml>",
- "responsible_user_email": "responsible@email.com",
- "send_reminders": true,
- "send_email": true,
- "payment_method": "simplified_transfer",
- "funds_source": "debit",
- "discount": 0,
- "third_party_authorization_details": ""
}