June 5, 20205 yr It's possible now to get back the expiration date thru the API is it possible to get this with the plugin? http://developer.authorize.net/api/reference/#customer-profiles-get-customer-payment-profile <getCustomerPaymentProfileRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"> <merchantAuthentication> <name>your_api_login</name> <transactionKey>your_transaction_key</transactionKey> </merchantAuthentication> <customerProfileId>1000</customerProfileId> <customerPaymentProfileId>20000</customerPaymentProfileId> <unmaskExpirationDate>true</unmaskExpirationDate> </getCustomerPaymentProfileRequest>
Create an account or sign in to comment