Hello
I am trying to integrate CIM.
I am able to add customer information and its billing information
Now I want to Update/Edit the payment profile information for that It is asking me for customerPaymentProfileId.
So how can I get customerPaymentProfileId from Customer Profile ID.
Regard
05-06-2015 03:31 AM
05-06-2015 04:41 AM
I am Hosted pages.
the process is
-> I create a CustomerProfile with Email,description,and CustomerId
-> Which returns me CustomerProfile Id
-> Using thisCustomer Profile Id I called getHostedProfilePage which returns me a token
-> I use the returned token to the in Hosted popup for single payment/shipping
-> and I am able to enter Credit card information and billing information
-> here no where get the PaymentProfileId
-> which I need when I want to Update the the Cardit Card or biling Infomation
So my question is simply that how and from where I can fetch/get this PaymentProfileId
Regards
05-06-2015 05:08 AM
I am building a website, which needs user to register its credit card and we charge that credit card every month.
I used "Customer Profile" for this. I did successfully created the customerprofileid and redirect the user to authorize.net server where they can enter there cedit card details.
But now, how can I get the customerpayment profileid or id's?
I have researched alot but could not find a solution.
01-11-2021 07:28 AM
You can use customer profiles to enable merchants to tokenize and store sensitive customer payment information on our secure servers, which simplifies PCI DSS compliance as well as the payments process for returning customers and recurring transactions. For Customer Profile API reference information, see the API Reference Guide - https://developer.authorize.net/api/reference/#customer-profiles.
01-21-2021 01:06 AM - edited 01-21-2021 01:07 AM