#Arvind hariharan
1 messages · Page 1 of 1 (latest)
Hi I was testing the Stripe ACH through financial secure. I wanted to undersatnd excatly on these test ownership accounts that we have
From testing perspective, what is the significance or any specific attributes or nodes that i need to check once the payment intent is confirmed based on selection of any of these bank accounts?
Taking over here. Can you re-phrase the question? I don't understand the ask
As you can see there are multiple ownership accounts right. So do we get any specific response while confirming the payment intent in the payment intent response object when we select these?
so that we can check for those and write test cases accordingly
You'd check the payment_method field on the returned Payment Intent
okay so payment method contains the required ownership accounts info right
The pm_xxx object contains the relevant ACH data, yes: https://stripe.com/docs/api/payment_methods/object#payment_method_object-us_bank_account
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
okay fine
Does that answer your question?