Bancoagrícola Logo
RefundsTokenization

Country:

GET

/v1/users/{userId}/instruments

Obtener instrumentos de pago del usuario

Recupera todos los instrumentos de pago asociados con un usuario.

URL Parameters

userId

string
required

El identificador único del usuario

example

show_inactive

boolean

Si es true, incluye instrumentos inactivos

example

Response Examples

200

Instruments retrieved successfully

400

Bad Request

404

User not found

500

Internal Server Error

Language

Login required to test API

Code Examples

cURL

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