Skip to main content
QFPay sends a Token Creation Notification after it creates a payment token through the Element SDK. Use this notification as the authoritative confirmation that a token_id is available for future use.

Configure the notification URL

To enable Token Creation Notifications, email your notification URL, merchant ID, and store ID to technical.support@qfpay.com.
The Token Creation Notification uses a dedicated endpoint. It is different from the standard payment notification endpoint.

Notification fields

Example

Handling guidance

  • Verify the notification according to your QFPay integration requirements.
  • Persist the tokenid only after a successful notification.
  • Make processing idempotent so duplicate deliveries do not create duplicate records.
  • Return HTTP 200 after successful processing.

Next steps

Use the confirmed token_id with the saved customer_id in Recurring Payments or another supported future-payment flow.