cancel
Showing results for 
Search instead for 
Did you mean: 

Recurrent Payments without breaking PCI compliance?

Hi, we are currently integrating authorize.net and we would like to set up Recurrent

Billing without explicitly passing credit card data. How can we do this?

 

We use Hosted Payment option for one off payments.

boh
Member
2 ACCEPTED SOLUTIONS

Accepted Solutions

Hi @boh

 

You can also enable the card on file feature in Accept Hosted as below 

 

To enable it the you  needs to be pass 

 

<profile>

      <customerProfileId>1502707328</customerProfileId>

    </profile>

 

in the  getHostedPaymentPageRequest 

 

Merchant can use the below setting if not want to show the save checkbox 

 

<setting>

<settingName>hostedPaymentCustomerOptions</settingName>

<settingValue>{"showEmail": false, "requiredEmail": false, "addPaymentProfile": true}</settingValue>

</setting>

 

 

 





Send feedback at developer_feedback@authorize.net

View solution in original post

3 REPLIES 3

More precisely: how do we retain customer CC data after processing a Hosted Payment and use it to set up ARB?

 

TY,

Alex

 

 

boh
Member

Hi @boh

 

You can also enable the card on file feature in Accept Hosted as below 

 

To enable it the you  needs to be pass 

 

<profile>

      <customerProfileId>1502707328</customerProfileId>

    </profile>

 

in the  getHostedPaymentPageRequest 

 

Merchant can use the below setting if not want to show the save checkbox 

 

<setting>

<settingName>hostedPaymentCustomerOptions</settingName>

<settingValue>{"showEmail": false, "requiredEmail": false, "addPaymentProfile": true}</settingValue>

</setting>

 

 

 





Send feedback at developer_feedback@authorize.net