

Once youve entered an update, click the blue Post button.
#Status updates how to#
You can refer to the payment methods documentation for more details about how to handle their required next actions. From the Status Update window, you can: Fill in your Status Update details, including progress, Portfolio owner, and dates.
#Status updates full#
You can find a full list of possible next actions in the API documentation. Do other teams know what youve been up to Use the business status update template to share a snapshot of your team or products progress and performance. The type of possible next actions can differ between various payment methods. The PaymentIntent’s next_action property exposes the next step that your integration must handle in order to complete the payment. Stripe.js handles these automatically when confirming the PaymentIntent, but if you have an advanced integration, you might want to handle these manually. Some payment methods require additional steps, such as authentication, in order to complete the payment process. Note that in addition to the final successful charge, the list includes any unsuccessful charges created during the payment process.

To view all of the charges associated with a PaymentIntent, list all charges with the payment_intent parameter specified. The following are some possible statuses of the PaymentIntent following a confirmation:Ī PaymentIntent’s Charge property only contains the most recent charge. To check the status of a PaymentIntent without using the confirmCardPayment function, retrieve it independently by using the retrievePaymentIntent function and passing in the client secret. Check PaymentIntent status on the client without using confirmCardPayment When the payment requires an additional step like authentication, the promise doesn’t resolve until that step is either complete or has timed out. These statuses are displayed in update management (transaction SM13) in the Status column. When it completes successfully and returns a PaymentIntent, the status is always succeeded (or requires_capture if capturing later). Update management supports different statuses for update requests. The promise returned by confirmCardPayment resolves when the payment process has either completed or failed with an error. Inform customer that their payment succeededĬustomer’s payment failed on your checkout pageĭisplay error message and prompt your customer to attempt payment again Customer completed payment on your checkout page
