#louieip
1 messages · Page 1 of 1 (latest)
No, there's no test card in live mode.
I se
see
thank you
Also, I have sent a POST Request to /v1/setup_intents in live mode with the query parameter of { "customer": "cus_O8F820cSrX51Ve", "payment_method_types": [ "au_becs_debit" ] }
but some how I got a error of { "error": { "code": "setup_intent_invalid_parameter", "doc_url": "https://stripe.com/docs/error-codes/setup-intent-invalid-parameter", "message": "The payment method type \"au_becs_debit\" is invalid. See https://stripe.com/docs/api/setup_intents/create#create_setup_intent-payment_method_types for the full list of supported payment method types. Please also ensure the provided types are activated in your dashboard (https://dashboard.stripe.com/account/payments/settings) and your account is enabled for any features that you are trying to use.", "param": "payment_method_types", "request_log_url": "https://dashboard.stripe.com/logs/req_sWkrz7kjKc6P4h?t=1687484688", "type": "invalid_request_error" } }
Which I have the exact same setup in test mode and its working fine
Please let me know what to provide to you