#kenpm_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1331529928742539327
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
btw it is display before
{
"id": "pi_3QjiW0DNrd5apT6R103iuuDY",
"amount": 100,
"object": "payment_intent",
"review": null,
"source": null,
"status": "succeeded",
"created": 1737469996,
"invoice": null,
"currency": "eur",
"customer": "cus_RcyScK6xgtXmFy",
"livemode": true,
"metadata": {
"session_id": "payses_01JJ4MGARFWYWWXMWTXQET2YBK"
},
"shipping": null,
"processing": null,
"application": null,
"canceled_at": null,
"description": null,
"next_action": null,
"on_behalf_of": null,
"client_secret": "pi_3QjiW0DNrd5apT6R103iuuDY_secret_AyOQX7RxNIhu8y8GgAIce6uwM",
"latest_charge": "py_3QjiW0DNrd5apT6R1wam48p1",
"receipt_email": null,
"transfer_data": null,
"amount_details": {
"tip": {}
},
"capture_method": "manual",
"payment_method": "pm_1Qjij3DNrd5apT6R3F7kTxtX",
"transfer_group": null,
"amount_received": 100,
"amount_capturable": 0,
"last_payment_error": null,
"setup_future_usage": null,
"cancellation_reason": null,
"confirmation_method": "automatic",
"payment_method_types": [
"card",
"klarna"
],
"statement_descriptor": null,
"application_fee_amount": null,
"payment_method_options": {
"card": {
"network": null,
"installments": null,
"mandate_options": null,
"request_three_d_secure": "automatic"
},
"klarna": {
"preferred_locale": null
}
},
"automatic_payment_methods": {
"enabled": true,
"allow_redirects": "always"
},
"statement_descriptor_suffix": null,
"payment_method_configuration_details": {
"id": "pmc_1QN4kQDNrd5apT6RY7jCnN7T",
"parent": null
}
}
our payment intent object
Hi, looking...
Hi, when you first created the PI here https://dashboard.stripe.com/logs/req_liNv5KRdRUWYro, it returned
payment_method_types: [
"card",
"klarna",
],
which means only card and klarna was selectable
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Let me see why ideal and bancontact is not in this list
but we enabled Bancontact and IDeal
next payment still not show
{
"id": "pi_3Qji62DNrd5apT6R2lK38Lr1",
"amount": 100,
"object": "payment_intent",
"review": null,
"source": null,
"status": "succeeded",
"created": 1737468386,
"invoice": null,
"currency": "eur",
"customer": "cus_Rcy2EXf3QBzffJ",
"livemode": true,
"metadata": {
"session_id": "payses_01JJ4JZ6TRY245ZR8STXH58TNA"
},
"shipping": null,
"processing": null,
"application": null,
"canceled_at": null,
"description": null,
"next_action": null,
"on_behalf_of": null,
"client_secret": "pi_3Qji62DNrd5apT6R2lK38Lr1_secret_laMInGtSn4xIeIrFUwAlM0J7v",
"latest_charge": "py_3Qji62DNrd5apT6R2b6tlChL",
"receipt_email": null,
"transfer_data": null,
"amount_details": {
"tip": {}
},
"capture_method": "automatic",
"payment_method": "pm_1Qji6KDNrd5apT6R0F8pfAa9",
"transfer_group": null,
"amount_received": 100,
"amount_capturable": 0,
"last_payment_error": null,
"setup_future_usage": null,
"cancellation_reason": null,
"confirmation_method": "automatic",
"payment_method_types": [
"card",
"bancontact",
"ideal",
"klarna"
],
"statement_descriptor": null,
"application_fee_amount": null,
"payment_method_options": {
"card": {
"network": null,
"installments": null,
"mandate_options": null,
"request_three_d_secure": "automatic"
},
"ideal": {},
"klarna": {
"preferred_locale": null
},
"bancontact": {
"preferred_language": "en"
}
},
"automatic_payment_methods": {
"enabled": true,
"allow_redirects": "always"
},
"statement_descriptor_suffix": null,
"payment_method_configuration_details": {
"id": "pmc_1QN4kQDNrd5apT6RY7jCnN7T",
"parent": null
}
}
this is transaction before we have 4 payment methods
after that only have Card and Klarna
let me check
i have another question request_three_d_secure
it will auto enable 3DS if need is it correct?
got it thank you