Webhook
How do I unlock membership automatically after a successful payment?
How do I unlock membership automatically after a successful payment?
Frequent polling wastes requests, and unlocking has a fixed delay.
Notified when it happens: The other party sends a notification to your configured address the moment the event occurs; it does not wait for you to ask.
Your service processes on receipt: On receiving the notification, verify source and content, then act—such as unlocking access—and return success.
Guard against duplicates and forgery: Notifications may be resent or forged; verifying signatures and deduplicating by order number are basic integration steps.
Integrate a webhook for successful payments: configure the receiving address, verify the signature and order number on notification, then unlock membership. Duplicate notifications for the same order must not unlock twice; return success after processing.