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.
โ07-29-2018 07:35 PM
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
โ07-29-2018 11:15 PM
Thanks,
i will try this and let you know how it goes.
โ07-30-2018 07:57 AM
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.
โ11-20-2021 09:30 PM
The user comes in to the website for the first time and does not have any saved cards.
โ01-20-2022 12:31 PM