Bancoagrícola Logo
RefundsTokenization

Country:

GET

/v1/payments/{id}

Obtener pago por ID

Esta api permite buscar un pago a partir de su id.

URL Parameters

id

string
required

Indica el id del pago que se quiere buscar

example

Response Examples

200

200

400

400

500

500

Language

Login required to test API

Code Examples

cURL

curl -X GET "https://api.akua.la/v1/payments/example_value" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"