#Reyansh Sharma-charge-request-duration

1 messages · Page 1 of 1 (latest)

quiet deltaBOT
pearl parcel
#

Hi 👋 we don't have specific expected response times for our API. Creating a Charge is not a light operation as it creates the necessary objects and also attempts to process a payment.

Are you working on building a new integration? I'm asking because working directly with Charges is typically no longer recommended and we advise that our Payment Intent approach be used instead.

#

Reyansh Sharma-charge-request-duration

errant sinew
#

Yes a new integration.

pearl parcel
#

Gotcha, in that case I would not recommend creating Charges directly, but instead use our Payment Intents. Similar to the flow shown here:
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements

More information about Payment Intents:
https://stripe.com/docs/payments/payment-intents
https://stripe.com/docs/payments/intents

Securely accept payments online.

Learn how to use the Payment Intents API for Stripe payments.

Learn about the status and lifecycle of PaymentIntents and SetupIntents.

errant sinew
#

Noted, Instead of creaing a charge will create a payment intent & will check the performance for the same.

#

I think I am already using payment intent in one of the app we build which is using TerminalJs/devices etc.