#marco.detomasi

1 messages · Page 1 of 1 (latest)

silent tuskBOT
umbral imp
#

👋 happy to help

sick fractal
#

how do i integrate 3d secure authentication?

umbral imp
#

if you're still using the Charges API you need to migrate to PaymentIntents

sick fractal
#

{
"id": "pi_1MuD9vA54yD8YuN42GKATqvt",
"object": "payment_intent",
"amount": 2000,
"amount_capturable": 0,
"amount_details": {
"tip": []
},
"amount_received": 0,
"application": null,
"application_fee_amount": null,
"automatic_payment_methods": {
"enabled": true
},
"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_1MuD9vA54yD8YuN42GKATqvt"
},
"client_secret": "pi_1MuD9vA54yD8YuN42GKATqvt_secret_lTpTxEFcGAf6OzohXrDAzyLJx",
"confirmation_method": "automatic",
"created": 1680865727,
"currency": "eur",
"customer": null,
"description": null,
"invoice": null,
"last_payment_error": null,
"latest_charge": null,
"livemode": false,
"metadata": [],
"next_action": null,
"on_behalf_of": null,
"payment_method": null,
"payment_method_options": {
"card": {
"installments": null,
"mandate_options": null,
"network": null,
"request_three_d_secure": "automatic"
}
},
"payment_method_types": [
"card"
],
"processing": null,
"receipt_email": null,
"review": null,
"setup_future_usage": null,
"shipping": null,
"source": null,
"statement_descriptor": null,
"statement_descriptor_suffix": null,
"status": "requires_payment_method",
"transfer_data": null,
"transfer_group": null
}

#

after getting the payment intent response object what should i do?

umbral imp
silent tuskBOT