post https://widget-api.sandbox.paybis.com/v2/webhook/emi
EMI webhook endpoint for receiving transaction status updates
Use this endpoint to notify Paybis that an EMI bank transfer has reached a final state. Send exactly one webhook per payment when you have the definitive outcome:
completed
- use only after irrevocable settlement on your EMI ledger (not on initiation or “pending”).failed
- use when the transfer is cancelled, reversed, or cannot be processed; include a short reason.
Method and URL
- POST /v2/webhook/emi
- Sandbox: https://widget-api.sandbox.paybis.com/v2/webhook/emi
When to call
- After your EMI system posts final settlement (or a definitive failure).
- Always include the identifiers that tie the flows together:
orderId
,requestId
,partnerPaymentId
,partnerUserId
.
What Paybis validates
partnerUserId
matches the original request’s business user.requestId
exists and is active for your account.bankRequisites
exactly match those returned by GET /v2/request/{requestId}/payment-details/emi.amount
andcurrency
reflect what actually settled on your side.- status is one of
completed
orfailed
(reason required if failed).