Consult

Get the details of a registered order

Consult

GET https://api.payvalida.com/api/v3/porders/{order}

Sandbox URL: https://api-test.payvalida.com/api/v3/porders/{order} This method retrieves all the details of a specific order registered in our system.

Path Parameters

Name
Type
Description

order*

string

Order ID. Max. 200 characters.

Query Parameters

Name
Type
Description

merchant*

string

ID of the commerce in Payvalida. Max. 50 characters.

checksum*

string

Checksum encoded in SHA512 (order + merchant + FIXED_HASH). 512 characters.

aditionalinfo

string

ADITIONAL_INFO DATA. You can send "cuspse"

{
  "CODE": "0000",
  "DESC": "OK",
  "DATA": {
    "CURRENCY": "COP",
    "NOTIFICATION_RESPONSE": "Error al procesar los datos",
    "UDPATE_DATE": "2022-02-07 10:48:21",
    "CREATION_DATE": "2022-02-07 10:45:57",
    "STATE": "APROBADA",
    "PAYMNENT_METHOD": "PSE",
    "EMAIL": "[email protected]",
    "LIFE_TIME": "445h",
    "ORDER": "prue303459",
    "CODE": 2202776,
    "AMOUNT": "120.00",
    "DESCRIPTION": "prueb040",
    "REFERENCE": "80011572",
    "checkout": "sandbox-checkout.payvalida.com?token=tokencheckout",
    "TRANSACTION": {},
    "ADITIONAL_INFO": {
      "CUS": "2539443"
    }
  }
}

Example

  • Request

  • GO

  • PHP

  • Java

  • Python

  • JavaScript

Última actualización

¿Te fue útil?