Hello everyone!
I’m trying to implement SquareUp with my project where I have some special logic:
- Use SquareUp-Hosted Checkout Page - it’s working already on my side
- After successfull payment I would like to get some webhooks (Order created - it’s working fine, Customer created - system doesn’t fire it, I need to save customer token to make futher payments such as single payment or add subscription to customer, Subscription created - didn’t test it yet)
- Once I get customer webhook and I save customer token, I offer customers to order subscription by one click (I’d like to use customer token to create subscription via api)
and I have a few questions:
- is it possible to complete SquareUp integration with 2nd and 3rd points of my project’s logic?
- if answer “yes” to above question, is it possible to create subscription via api with trial days?
- if answer “yes” to above question, how can I solve issue with webhooks when it doesn’t fire?
- I read some topics where it says that sandbox and production has differences and I need to test it with real payments, is it correct?
Best regards,
Dmitry