Adds a processing status to submitted stablecoin paymentsBreaking changes
What’s new
PaymentIntents confirmed with the crypto
payment method for stablecoin payments now have a status of processing
when a user submits a transaction to the blockchain for processing. Users only redirect back to your integration when a payment is finalized.
Impact
If you use the crypto
payment method and retrieve the PaymentIntent status while customers wait for transaction confirmation, you will see a processing
status field. Previously, the PaymentIntent transitioned from requires_
to succeeded
or requires_
for success and failure.
If you attempt to cancel a PaymentIntent confirmed with crypto
in the processing state, the request will fail with error payment_
.
You can optionally set up your webhooks to listen for a new payment_
event if you want to be notified when the PaymentIntent transitions to the processing
status.
The customer won’t be redirected while the PaymentIntent has the processing
status, so your integration doesn’t change.