Docs

Customers Articles & FAQ

webhooks, payment, method, notify

39745023

2022-09-30T12:55:11Z

2022-10-10T11:47:30Z

129

0

0

256118

Get notified when payment method is added/updated.

Get notified when payment method is added/updated. 

This article covers 

How to assign payment roles for a customer when a payment method is added or updated?

How can we get notified if a customer adds a payment method?

Solution

This article will help you with getting notified when a payment method is added or changed for a customer.

Pre-Requisites:

You need a server to receive the webhooks to be able to listen to the events sent by Chargebee.

Refer to https://support.chargebee.com/a/solutions/articles/237887 to create webhooks in Chargebee.

If you have selected only a few events while creating a webhook, make sure to select Payment source added and payment source updated events as well.

Extract the Payment method ID and customer id from the above events.

Make an assign payment roles API call to assign the payment role as required.

You can make use of the Assign payment Role API call to mark a payment method as Primary or back-up using API. It is necessary to pass the below parameters

Payment_source_id : Payment source id this role will be assigned to.Role : primary, backup,none.

Was this article helpful?
Loading…