#Pain-limit-payment-methods
1 messages · Page 1 of 1 (latest)
Hi there! That's correct, you would just list the amount of payment methods a Customer has attached and use the PaymentMethod fingerprint to de-duplicate.
Perfect, thank you.
Would I do this by listening to the callback from the webhook for card attached?
For de-duplication that would work well
And works overall
Unless you want to prevent attachment if they have too many cards
In which case you retrieve the Customer ahead of attachment to check on their cards
Got it, thank you again.