Loading…
FEATURED
PGU (Webhook)
One clean purchase lane that finalizes from PayPal webhooks (no “return page” dependency).
Member purchase uses a WST anchor written into the PayPal Order custom_id.
SKU
PGU_WEBHOOK
Finalization
webhook → order fetch → custom_id → finalize
What happens next
1) Checkout creates a PayPal Order with a WST anchor in custom_id
2) Buyer approves and pays
3) Webhook arrives with order_id and capture_id
4) Receiver fetches the PayPal Order to read custom_id
5) Finalize calls issuance bridge (idempotent)
2) Buyer approves and pays
3) Webhook arrives with order_id and capture_id
4) Receiver fetches the PayPal Order to read custom_id
5) Finalize calls issuance bridge (idempotent)
If your webhook logs show “missing_member_anchor”, it means the Order wasn’t created with custom_id or the receiver didn’t fetch the Order.
Public Storefront
This is a view of published public offers.