Payment Method Created

Your system will receive this payload when you create a Subscription with type payment_method.create

Receive real-time notifications when new Payment Methods are created in your Account. This webhook enables you to synchronize your systems with payment method creation events.

Info

The webhook payload contains the payment method ID and basic details. Use the Get Payment Method endpoint to retrieve complete payment method information.

Warning

Your webhook endpoint must return a 2xx status code within 30 seconds to confirm receipt. Failed deliveries will be retried according to the redrive policy.

Common use cases include updating your payment processing system, triggering notifications, or logging payment method events in your analytics platform.