//Response Log for Stripe Payment Intent
POST /v1/payment_intents/pi_1GPrqLK91kC2EVK/confirm
200 OK
View log detail
Request parameters
{
"payment_method": "pm_card_threeDSecureRequired",
"return_url": "http://localhost/chstripe.php"
}
Response body
{
"id": "pi_1GPrqLK91kC2EVK",
"object": "payment_intent",
"last_payment_error": null,
"livemode": false,
"next_action": {
"redirect_to_url": {
"return_url": "http://localhost/chstripe.php",
"url": "https://hooks.stripe.com/redirect/authenticate/src_1GPrqNK91kC2BHdNCUicA4Fq?client_secret=src_client_secret_kFR236NoiN07OUahwN0eR1JB"
},
"type": "redirect_to_url"
},
"payment_method": "pm_1GPrqMK91kC2BHdNOzYpCnGS",
"status": "requires_action",
"amount": 16200,
"amount_capturable": 0,
"amount_received": 0,
"application": null,
"application_fee_amount": null,
"canceled_at": null,
"cancellation_reason": null,
"capture_method": "automatic",
"charges": {
"object": "list",
"data": [
],
"has_more": false,
"total_count": 0,
"url": "/v1/charges?payment_intent=pi_1GPrqLK91kC2EVK"
},
"client_secret": "pi_1GPrqVK4Z_secret_GL8c7Y7Wt",
"confirmation_method": "automatic",
"created": 1584975933,
"currency": "inr",
"customer": null,
"description": null,
"invoice": null,
"metadata": {
},
"on_behalf_of": null,
"payment_method_options": {
"card": {
"installments": null,
"request_three_d_secure": "automatic"
}
},
"payment_method_types": [
"card"
],
"receipt_email": "[email protected]",
"review": null,
"setup_future_usage": null,
"shipping": null,
"source": null,
"statement_descriptor": null,
"statement_descriptor_suffix": null,
"transfer_data": null,
"transfer_group": null
}