cancel
Showing results for 
Search instead for 
Did you mean: 

Accept Hosted - save card check box missing

We are integrating Accept Hosted to our website , everything works fine, however when the user comes in to the website for the first time and does not have any saved cards ( so no profileID) we are sending profileId as null to get the hosted page. in the returned page, there is no option to save the card, how do we have new users pay and save the card at the same time.

 

Save card option is available when we pass the profileID.

 

manzoorelahi
Member
4 REPLIES 4

Hi @manzoorelahi

 

You can create a customer profile without any payment profile passed in it .

 

<createCustomerProfileRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd">
<merchantAuthentication>
<name></name>
<transactionKey></transactionKey>
</merchantAuthentication>
<profile>
<merchantCustomerId>Merchant_Customer_ID</merchantCustomerId>
<description>Profile description here</description>
<email>customerprofile-email@here.com</email>

</profile>
</createCustomerProfileRequest>

 

 

Then you can pass the customerProfileID in the Accept Hosted call . 

 

Thanks





Send feedback at developer_feedback@authorize.net
Anurag
Moderator Moderator
Moderator

Thanks,

 

i will try this and let you know how it goes.

i try but i can't find anywhere so how much i can transfer tharough authorize if it possible to use paypal then i think is gud for us but i try then i will let you know about khwab ki tabeer what they are asking for this.

faizee
Member

The user comes in to the website for the first time and does not have any saved cards.

MerwinStone
Member