Ocean West Posted June 5, 2020 Posted June 5, 2020 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>
Recommended Posts
This topic is 1999 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now