Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
โ10-11-2024 03:16 AM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Regards,
Dipesh
Please DONOT submit any sensitive data
Dipesh
Please DONOT submit any sensitive data
โ11-21-2024 12:23 AM

