question

doranhandman avatar image
doranhandman asked noah101 commented

URL for hosted checkout

What is the actual URL of a Hosted Checkout page?

API Token
1 comment
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

noah101 avatar image noah101 commented ·

The URL for a hosted checkout page typically depends on the payment processor or service you are using. Each provider has its own domain and structure for hosted checkout URLs.

For example:

Stripe: The URL might look something like https://checkout.stripe.com/pay/{session_id}

PayPal: It could be https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business={merchant_email}&item_name={item_name}

To find the actual URL for your specific setup, you would need to refer to the documentation of the payment processor you are using or generate it through their API based on your transaction details. papa's games louie

0 Likes 0 ·
gd213 avatar image
gd213 answered doranhandman commented

As mentioned here the URL would be in the href of the response from the create checkout request. https://docs.clover.com/docs/creating-a-hosted-checkout-session

In production, It would be in the format:
https://www.clover.com/checkout/{ {checkout_session_id}}

3 comments
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

doranhandman avatar image doranhandman commented ·

I am trying to test production, What is the posting address for HTTP post.

The above URL shows appending checkout_session_id to the request, this is not available until the HTTP response is received.

0 Likes 0 ·
David Marginian avatar image David Marginian ♦♦ doranhandman commented ·
0 Likes 0 ·
doranhandman avatar image doranhandman David Marginian ♦♦ commented ·

That was what I needed Thanks!

0 Likes 0 ·
doranhandman avatar image
doranhandman answered

How do I test an Api Token in the Production environment before going live?

10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community