Get Payment
Fetch details of a specific payment
Payment Details: Retrieves detailed information about a specific payment based on its ID. Converts short ID format to UUID format internally before querying the database.
Path Parameters
Payment ID (can be a short ID like payee_xxx)
Request Headers
Your API key for authentication
Response
Unique payment identifier
Name or description of the payment
Type of payment (EXTERNAL or INTERNAL)
ID of the agent sending the payment
ID of the agent receiving the payment
Current status of the payment
Approval status of the payment
Whether this payment requires approval
Tags or categories for the payment
Timestamp when the payment was created
Timestamp when the payment was approved
Status Codes
Status Code | Description |
---|---|
200 | Payment details retrieved successfully |
404 | Not Found - Payment not found |
500 | Internal Server Error |
Payment Types: Use “EXTERNAL” for payments to recipients outside your agent network and “INTERNAL” for payments between your own agents.
Approval Flow: The approvedat
field will be null if the payment has not yet been approved or declined.