[FEATURE] receive card_holder_name
in confirm flow when using token for payment
#2983
Closed
2 tasks done
Labels
Milestone
Feature Description
Currently, even though
card_holder_name
was empty,/confirm
would occur without any error. But few connectors requirecard_holder_name
to be sent.Possible Implementation
Add new object
CardTokenData
inpayment_method_data
object which can be used to send thecard_holder_name
during/confirm
flow along with the token.The token will fetch the stored card from locker. If this response has a
card_holder_name
, then it proceeds as usual without any error. Else it will check whether anyCardTokenData
object insidepayment_method_data
is sent or not. If not then error is thrown, if present then we update thecard
object received from locker to include thecard_holder_name
passed inCardTokenData
during/confirm
flowHave you spent some time checking if this feature request has been raised before?
Have you read the Contributing Guidelines?
Are you willing to submit a PR?
Yes, I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: