#DaganChen
1 messages · Page 1 of 1 (latest)
👋 happy to help
I'm not sure I follow
which part of the integration are you having trouble with?
in all cases you can find more info about the general iDeal Setup guide here:
https://stripe.com/docs/payments/ideal/set-up-payment
you guys like the support on stripe web site?
the same support team I mean
I'm using the page you gave me, works great, but this one not always exists.
SEPA_DEBIT_PAYMENT_METHOD_ID
$source['latest_attempt']['payment_method_details']['ideal']['generated_sepa_debit']
this response
would you mind sharing the PM Id?
or the creation request ID? https://support.stripe.com/questions/finding-the-id-for-an-api-request that might also help
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
soory
sorry
trying to pull from dashboard
evt_1MjJoSFrv2nk53suNEMNQXWR
{
"object": {
"id": "seti_1MjJLDFrv2nk53su8mlPZmr8",
"object": "setup_intent",
"application": null,
"cancellation_reason": null,
"client_secret": "seti_1MjJLDFrv2nk53su8mlPZmr8_secret_NUHvDilyKL3J70kct9XubfkdCgz5lvz",
"created": 1678267883,
"customer": null,
"description": null,
"flow_directions": null,
"last_setup_error": null,
"latest_attempt": "setatt_1MjJoSFrv2nk53sunu86lSu8",
"livemode": false,
"mandate": null,
"metadata": {
},
"next_action": {
"redirect_to_url": {
"return_url": "http://localhost:3002/payments/iframeResponse",
"url": "https://pm-redirects.stripe.com/authorize/acct_1JJfqHFrv2nk53su/sa_nonce_NUIPjTnl6inTf6QHzuLgvm7NeEvSla6"
},
"type": "redirect_to_url"
},
"on_behalf_of": null,
"payment_method": "pm_1MjJoSFrv2nk53su6KAljbRE",
"payment_method_options": {
},
"payment_method_types": [
"ideal"
],
"single_use_mandate": null,
"status": "requires_action",
"usage": "off_session"
}
}
sometimes it's success and sometime requires_action
but that action should have been made in the client already