#devangbhuva97
1 messages · Page 1 of 1 (latest)
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.
Looking at the request, it uses a PaymentMethod which was generated via a previous PaymentINtent https://dashboard.stripe.com/test/payments/pi_3NcimrAjORjIkyJ00RoD67e8
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
And this one is declined by the issuing bank, so the mandate was invalid
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