Skip to main content

Search Payment

API data

API Gateway
This API is used for payment gateway operations:

Introduction

Payment lookup lets you check the status and other details of a specific transaction. To perform the operation, send a GET request to the endpoint below.

Perform payment lookup

GET /v1/payments/{paymentId}

Via REST request.

Data dictionary - Parameters

PROPERTYDESCRIPTIONTYPELOCATIONREQUIREDSIZE
PaymentIdIdentifier of the payment to search.stringpathyes42
Search completed successfully
  {
"paymentId": "020037308007081506570001580648030000000000",
"statusDescription": "Cancelada",
"transactionDate": "2024-07-08T12:06:57.07",
"authorizationCode": "078704",
"value": 15000
}

Data dictionary - Response

PROPERTYDESCRIPTIONTYPE
PaymentIdPayment identifier.string
StatusDescriptionTransaction status description.string
transactionDateTransaction date.string
AuthorizationCodeTransaction authorization code.string
ValueTransaction amount.integer