Why are the name and bankName not being returned when I ‘get’ this payment method? I have attached screenshot of API docs showing that it should, and also a screenshot of the response I received which does not contain ‘name’ or ‘bankName’ fields.
Thanks
From the second screenshot, it looks like the response is for retrieving a Transfer resource from the API and not a Fundings-source. If you replace the transfer endpoint you’re calling with the funding-source endpoint (as shown in the first screenshot), you should be able to retrieve the funding-source and view the related information!