HomeGuidesAPI ReferenceChangelogPOS PaymentsOnline Payments
Home
API Reference

Webhook event for a transaction for an iDEAL-QR payment.

Webhook that will be called if requested in the initial create transaction request.

Implement this webhook when you want to receive a notification when a given event occurs. This will give you the advantage of not having to poll the payment method specific GET endpoint for status updates.

Payload

Transaction event

uuid
required
length between 36 and 36

ID received in the POST transaction response root object, which can be used in up following calls like refunds or cancellations as transactionId.

string
enum
required
  • STATUS_CHANGE - When the status of the transaction changes to any other value.
  • QR_PAYMENT_CREATED - When a new payment is created using the qr code.
  • REFUND_STATUS - Invoke webhook when a transaction receives an update on one of its requested refunds.
Allowed:
string
required
length between 1 and 255

The clients identifier. This value will be sent in the webhook payload alongside the ID you receive as part of the response of a transaction.

date-time
required
length ≥ 20

ISO 8601 date and time.

uuid
length between 36 and 36

Unique identifier

Response
200

The webhook has been received.

LoadingLoading…