StatusLive
Payments
Retrieve transaction and payment-session records for an authenticated merchant.
Implemented routes
The current merchant API exposes GET /api/v1/payment-sessions/{id} and GET /api/v1/transactions/{id} for transaction visibility. A generic GET /payments list endpoint is not implemented yet.
Retrieve a transaction
curl https://app.yeraconnect.io/api/v1/transactions/yc_tx_123456 \
-H "Authorization: Bearer yera_test_sk_your_secret_key"Use payments for status
- Read payment status before showing final customer state.
- Use webhook events to automate order updates.
- Do not treat provider redirects as payment completion.