/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

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 and currency reflect what actually settled on your side.
  • status is one of completed or failed (reason required if failed).
Language
Credentials
Click Try It! to start a request and see the response here!