Jump to content
Server Maintenance This Week. ×

Request Return UnMasked Expiration Date


This topic is 1420 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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>

 

Link to comment
Share on other sites

This topic is 1420 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.