cancel
Showing results for 
Search instead for 
Did you mean: 

Get customerPaymentProfileId

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

 

 

 

vksh
Contributor
4 REPLIES 4

In the doc

http://developer.authorize.net/api/cim/

 

GetCustomerProfile

RaynorC1emen7
Expert

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

 

 

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.

khanshahbaz06
Member

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.

gavinter
Member