Postback Attempts
Use Postback Attempts to review outbound postback delivery history and troubleshoot failed deliveries.
Open:
https://factoring.ltvx.dev/factoring-v1/postback-attempts
Available filters
| Filter | Purpose |
|---|---|
| Search | Search by order, transaction, URL, or postback type. |
| HTTP status | Filter by endpoint response status. |
| Status | Filter successful or failed attempts. |
| Dry run | Filter dry run or live attempts. |
| Postback type | Filter by payment or refund postback type. |
| Date range | Filter by delivery date. |
Attempt details
Open an attempt to inspect:
| Section | Description |
|---|---|
| Target URL | Merchant URL used for delivery. |
| Order | Related order identifier. |
| Transaction | Related transaction identifiers. |
| HTTP | HTTP status returned by your endpoint. |
| Request payload | JSON payload sent to your endpoint. |
| Response body | Response returned by your endpoint. |
| Attempt chain | Retry history for the same postback. |
Troubleshooting failed attempts
If an attempt failed, check that your endpoint:
- Accepts
POSTrequests. - Accepts JSON request bodies.
- Uses HTTPS.
- Responds with HTTP
200. - Responds within 30 seconds.
- Does not block requests by firewall, IP allowlist, WAF, or bot protection rules.
Updated 2 days ago