#SJ057
1 messages · Page 1 of 1 (latest)
Hey! Bit of a broad question! Is there a specific use case you're trying to account for?
But your can refer to this github link which contains some samples for accepting payments using Stripe:
https://github.com/stripe-samples/accept-a-payment
Or simplier case:
https://stripe.com/docs/payments/quickstart
ok...Is there any compulsion to add test cases for app review?
Is there a specific use case you're trying to account for?>>> We need to add a test case in stripe app to test API call function...but as per documentation we haven't found any sample or example for testing API call function on UI of Stripe App.please help on this
Do you mean interacting with Stripe APIs from you Stripe APP? if so, check this one:
https://stripe.com/docs/stripe-apps/build-backend#using-stripe-apis
No
We are giving call from UI to our backend.....we need to add testcases on UI side only.
please provide any example of UI test case with respect to stripe UI components
we need to add testcases on UI side only
Sorry, I'm not understanding you. what kind of testcases are you looking for?
Are you talking about this https://stripe.com/docs/stripe-apps first of all ?