#dino_pephanis-PaymentIntent

1 messages · Page 1 of 1 (latest)

velvet tundra
#

Hi! What do you mean by "http status"?

dusk fog
#

Stripe uses conventional HTTP response codes to indicate the success or failure of an API request.

#

However they only seem to be available when there is an error.

#

$e->getHttpStatus()

velvet tundra
#

We don't provide this for successful API requests. So you could assume that if there's no error, then it's a 200.