#devangbhuva97

1 messages · Page 1 of 1 (latest)

rocky wingBOT
velvet root
#

Additional thing which I found - In stripe dashboard, it's show Inactive Mandate . We want to know - how we can figure out that value to show same in our system.

lucid palm
#

And this one is declined by the issuing bank, so the mandate was invalid

velvet root
#

How can we find out that - mandate is valid or not when we retrieve payment methods?

#
            "id": "pm_1NcimtAjORjIkyJ0WJVin58R",
            "object": "payment_method",
            "billing_details": {
                "address": {
                    "city": null,
                    "country": null,
                    "line1": null,
                    "line2": null,
                    "postal_code": null,
                    "state": null
                },
                "email": "test@gennext.com.au",
                "name": "test@gennext.com.au",
                "phone": null
            },
            "created": 1691473739,
            "customer": "cus_OKoRq7s8gUFQda",
            "livemode": false,
            "metadata": {},
            "type": "us_bank_account",
            "us_bank_account": {
                "account_holder_type": "individual",
                "account_type": "checking",
                "bank_name": "STRIPE TEST BANK",
                "financial_connections_account": "fca_1Ncic3AjORjIkyJ0UWrMxvhm",
                "fingerprint": "ubOvt4Ewv9mPG0XF",
                "last4": "1116",
                "networks": {
                    "preferred": "ach",
                    "supported": [
                        "ach"
                    ]
                },
                "routing_number": "110000000",
                "status_details": {}
            }
        },```
This is reponse - we are getting while retrive
lucid palm
#

No way currently unfortunately. I would recommend relying on payment_intent.succeeded, only after receive that event, save the PM to use next time

#

Yeah

#

Looking at the same response