#TicketMan
1 messages · Page 1 of 1 (latest)
Hi 👋 what are you questions?
hello, I reached out yesterday and aked someone about this but they told me they needed some more information.
our development team is overseas and they are not able to access this discord server. They keep getting hit with the error in the screenshot below. I have been asking their questions in here but it would be preferred of they could get access themselves.
the second question: could you please review this purchase workflow we have prepared and give any feedback if changes should be made. we are integrating server based integration with our back end for card present payments
Process Payment workflow]
Operator clicks Process Payment button in AXS BoxOffice application and asks customer to swipe a card.
a. Code creates a Payment intent - https://stripe.com/docs/api/payment_intents/create
b. Code initiates a payment flow on a reader - https://stripe.com/docs/api/terminal/readers/process_payment_intent
c. Code verifies reader state in a loop - https://stripe.com/docs/terminal/payments/collect-payment?terminal-sdk-platform=server-driven#payment-intent
d. Customer swipes a card
e. When code receives succeded reader status payment is completed
f. When code receives requires_payment_method reader status payment is failed
g. Code retrieves PaymentMethod object by PaymentMethodId field of PaymentIntent object - https://stripe.com/docs/api/payment_methods/retrieve
h. Code saves information from PaymentMethod.CardPresent field (brand, name on card, last 4 digits, expiration date) in AXS database for reporting purposes.
Hm, that server icon on the left doesn't seem to match our icon, did they join the right server?
That seems like a good approach and seems to align with our recommended flow:
https://stripe.com/docs/terminal/payments/collect-payment?terminal-sdk-platform=server-driven
Are there any specific concerns that you have, any errors or concerns that you ran into while testing?
can you provide me with a link to the server they should use? I am using the URL from the main page of the server
I believe the following will take you to the right server:
https://stripe.com/go/developer-chat
it looks like that worked, thank you
we have not began testing as of yet we are finalizing the discovery at this point
@dense flicker do you have a follow up question or are you good with closing for now and asking follow up questions in the future?