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
Is it possible to use the method def get_customer_payment_profile and passing the options: unmask_expiration_date and the include_issuer_info ?
I'm using this method like the example below and I get the credit card holder payment profile information but it looks like the Response doesn't seem to accept these last two parameters, so CC info is masked.
Is it possible to use the method
def get_customer_payment_profile
and passing the options:unmask_expiration_date
and theinclude_issuer_info
?I'm using this method like the example below and I get the credit card holder payment profile information but it looks like the Response doesn't seem to accept these last two parameters, so CC info is masked.
Request
ActiveMerchantObject.get_customer_payment_profile(customer_profile_id: 111111111, customer_payment_profile_id: 22222222, unmask_expiration_date: true, include_issuer_info: true)
Response
"payment"=>{"credit_card"=>{"card_number"=>"XXXX1234", "expiration_date"=>"XXXX"}}
Any help, would be appreciates
The text was updated successfully, but these errors were encountered: