Retrieve details of a specific payment by ID
The Fetch Payment endpoint allows you to retrieve detailed information about a specific payment using its unique identifier. This is useful for checking payment status, verifying transaction details, or retrieving customer information associated with the payment.
All requests must include your API key in the Authorization header:
The unique identifier of the payment to retrieve.
2315fca8-9aec-42ee-8bee-a9d10add170e
The payment details object
Status Code | Description | Possible Solution |
---|---|---|
401 | Invalid or missing API key | Check your API key and authorization header |
403 | Permission denied | Verify your API key has correct permissions |
404 | Payment not found | Verify the payment ID exists and is valid |
429 | Rate limit exceeded | Implement exponential backoff |
500 | Internal server error | Contact support |
Error Handling
Security
Performance
This endpoint is subject to rate limiting:
For additional assistance:
Retrieve details of a specific payment by ID
The Fetch Payment endpoint allows you to retrieve detailed information about a specific payment using its unique identifier. This is useful for checking payment status, verifying transaction details, or retrieving customer information associated with the payment.
All requests must include your API key in the Authorization header:
The unique identifier of the payment to retrieve.
2315fca8-9aec-42ee-8bee-a9d10add170e
The payment details object
Status Code | Description | Possible Solution |
---|---|---|
401 | Invalid or missing API key | Check your API key and authorization header |
403 | Permission denied | Verify your API key has correct permissions |
404 | Payment not found | Verify the payment ID exists and is valid |
429 | Rate limit exceeded | Implement exponential backoff |
500 | Internal server error | Contact support |
Error Handling
Security
Performance
This endpoint is subject to rate limiting:
For additional assistance: