Check the status of a payment request
December 05, 2024
You can check the status of a payment request using the idempotencyKey
.
You only need to include idempotencyKey
as a path parameter like this:
https://integrations.payment.haulmer.com/RemotePayment/v2/GetPaymentRequest/ef59617f-7633-4aca-965e-e9993f66bdbc
Propiedad | Tipo | Requerido | Descripción |
---|---|---|---|
idempotencyKey | String | Yes | Unique identifier sent in the payment request |
Response
If the response is accurate, you will receive a 200 status with the following response body:
{"idempotencyKey": "ef59617f-7633-4aca-965e-e9993f66bdbc","status": "pending","amount": 1600,"deviceId": 690,"description": "Servicio de afiliación","extraData": {"exemptAmount": 1600,"customFields": [{"name": "Contacto","value": "9 51221345","print": true}]}"transactionReference": "string","acquirerId": "string"}}