x

Can we send billing/shipping address to charge function without SquareUp redirected checkout?

I am new to squareup api or rather using any payment gateway.

Can we send billing and shipping address or ordered items to square up functions when we are using our own payment page, not using squareup redirected checkout?

 

1,235 Views
Message 1 of 3
Report
2 REPLIES 2

 If you're talking about utilising the Transaction API to create payments, you can chain together the Customers API endpoint and the Catalog Endpoint to:

1. create/update a customer (with personal contact information)

2. create an order (itemised with both your existing catalog items, and also ad hoc items)

3. pass the client ID and the order ID to the Transaction endpoint when taking a payment

 

The system is very flexible. You don't need to do all these things, but could choose to forego the customer and order API integration, and receive the address etc. via the transactions endpoint only.

1,214 Views
Message 2 of 3
Report

Okay, I am new here so want to know whats the benifit of using customer api with transaction api?

1,207 Views
Message 3 of 3
Report