Bancoagrícola Logo
RefundsTokenization

Country:

GET

/payments/{paymentId}

Get Payment

Retrieve payment details by ID

URL Parameters

paymentId

string
required

Unique identifier for the payment

example

Response Examples

200

Payment retrieved successfully

404

Payment not found

500

Internal server error

Language

Login required to test API

Code Examples

cURL

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