You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling CreditCardData.charge, the response contains a cardLast4 property, but its value is undefined. Is this something we should expect to have access to in the response?
I've checked the rawResponse in the portico connector and unfortunately the TokenPANLast4 isn't present. I can make a call to load the transaction detail after the initial transaction is run. Seems a little heavy handed but it does work:
When calling
CreditCardData.charge
, the response contains acardLast4
property, but its value isundefined
. Is this something we should expect to have access to in the response?Here's an example:
output:
The text was updated successfully, but these errors were encountered: