Payments
Retrieve a payment
This endpoint retrieves a specific payment by its ID.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier of the payment.
Example:
"f4a842d6-4bde-11ec-81d3-0242ac130003"
Response
200
application/json
Payment details
The unique identifier of the payment, created by Lago.
Example:
"4cf085a7-c196-4f07-a543-97c50ec6e8b2"
List of invoice IDs associated with the payment.
The amount of the payment in cents.
Example:
100
The currency of the payment amount.
Example:
"USD"
The current status of the payment.
Example:
"succeeded"
The type of payment.
Example:
"manual"
Reference for the payment.
Example:
"ref1"
External identifier for the payment (if applicable).
Example:
null
Timestamp when the payment was created.
Example:
"2025-02-20T00:00:00Z"
Was this page helpful?