Bancoagrícola Logo
RefundsTokenization

Country:

GET

/cashouts-api/api/v1/cashouts/{id}

Obtener un Cashout por su ID

URL Parameters

id

string
required

Identificador único del cashout

example

Response Examples

200

200

400

400

Language

Login required to test API

Code Examples

cURL

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