v1
latestOpenAPI 3.0.02026-07-242830146.7 KBWebhook
EMI webhook endpoint for receiving transaction status updates
post/v2/webhook/emi
Headers
X-Request-Signaturestring
Signature to sign the request. For more information see https://docs.payb.is/reference/signing-requests
Request body
Example request
{
"status": "completed",
"reason": "Transaction failed due to insufficient funds",
"amount": "100.50",
"currency": "USD",
"orderId": "order-123456",
"partnerPaymentId": "payment-789012",
"partnerUserId": "user-345678",
"requestId": "d77e0cf5-1c26-4bc8-8f4d-d81dff4cffb5",
"bankRequisites": {
"bankName": "Example Bank",
"bankAddress": "123 Bank Street, City, Country",
"accountHolderName": "John Doe",
"iban": "DE89370400440532013000",
"swift": "EXAMPLEBANK"
}
}Response
Webhook received and processed successfully.