#YupiS
1 messages · Page 1 of 1 (latest)
What exactly are you looking for? It sounds like this would be a question for Squarespace if you need to know more about how your integration works through them
Already contacted them but their support didn't have any idea, they just sent to me API documentations that I already read
So I was wondering if anyone here had similar situation
Basically, the question is how can we process customer orders on Stripe via API? What information do we need to provide to the Stripe SDK from the Squarespace order?
Stripe's API doesn't have any platform-specific parameters. Are you suggest they are taking "orders" for you, but not taking payments? ANd you believe you need to work with the Stripe API to collect payments?
So let's say I create an order on Squarespace and then I want to pay for that order via Stripe, the question is what piece of information I need to provide to the Stripe SDK so it knows that the order comes from Squarespace and Squarespace knows how the payment went, was it successful or failed?
Their docs say this:
Payment gateways and processing errors
Transactions from a merchant site occur through a payment gateway. The Transactions API supports the following payment gateways: SQUARESPACE, STRIPE, PAYPAL, and SQUARE.
Payment gateway processing errors are logged by the Transactions API as one of the following:
GATEWAY_FEE_PROCEESING_ERROR An error occurred while retrieving payment processing fees; contact the payment gateway for more details.
GATEWAY_API_PERMISSION_ERROR The payment gateway has not granted Squarespace API access. The payment gateway needs to reconfigure API permission.
GATEWAY_DISCONNNECTED The payment gateway credentials configured for the site have expired or are missing; a connection to the payment gateway could not be established.
I'm using Stripe SDK for Android
These do not look like Stripe errors I am familiar with, are these coming from our SDK/API or something coming from Squarespace?
Maybe this is what I was looking for:
https://stripe.com/docs/connect/authentication?client=create-client-android
Possibly! But that doesn't seem directly related to anything you mentioned above. I still think this is something that either your platform needs to guide you on more, or you need to figure out what's needed and arrive at some more specific integration question we can help with
Just got the response from the support. Support told me that Stripe SDK will automatically know that the purchase comes from Squarespace even though I don't know how it might possibly know, because I didn't provide to the mobile SDK anything that indicates a customer is paying for products on Squarespace but will test it out.
Thanks @stable rain