cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Customer Card Accept Hosted Form

I am using the Accept Hosted Payment (https://developer.authorize.net/api/reference/features/accept-hosted.html) form to collect customer card details, and it is working fine. And, Is there an option available to charge the customer using the Authorize.net built-in form, similar to how the card details are collected using Accept Hosted ?
 
I will be sending the customer profile ID and payment profile ID via API, and the form should display the amount and a button to charge the card. Is this functionality possible with Accept Hosted, or is there another option in Authorize.net to achieve this?
 
BalaBala16
Member
1 REPLY 1

Hello,

If you are already using API to make the payment via Customer Profile Id, it should be very simple to include payment via Customer Payment Profiles. 

Please pass valid customer profile id under transactionRequest. please refer the API reference ;https://developer.authorize.net/api/reference/index.html#accept-suite-get-an-accept-payment-page 

  • trnsactionRequest.profile.customerProfileid : To show the existing payment profiles
  • hostedPaymentCustomerOptions > "addPaymentProfile": true  : to add new card to payment profile

image.png

 

image.png

Regards,
Dipesh
Please DONOT submit any sensitive data
dipespat
Contributor