Changes to List funding sources for an account

GET /accounts/{id}/funding-sources

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 6 of the 33 revisions of this API.145

  1. 3ddce254729a2
  2. 32790f685ab91
  3. 0790dc9b2a0e3
  4. 231d0268586b1
  5. 9c0a7a5701292
  6. 4c8b16e059181

What changed

    • added the optional property _embedded/funding-sources/items/bankUsageType to the response with the 200 status

      response-optional-property-added

    • added the optional property _embedded/funding-sources/items/cardDetails to the response with the 200 status

      response-optional-property-added

    • added the new external enum value to the _embedded/funding-sources/items/channels/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new ach enum value to the _embedded/funding-sources/items/channels/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new real-time-payments enum value to the _embedded/funding-sources/items/channels/items/ response property for the response status 200

      response-property-enum-value-added

    • added the new wire enum value to the _embedded/funding-sources/items/channels/items/ response property for the response status 200

      response-property-enum-value-added

    • api operation id listAccountFundingSources removed and replaced with listFundingSources

      api-operation-id-removed

    This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • api tag accounts added

      api-tag-added

    • api tag account removed

      api-tag-removed

    • added the new required header request parameter Accept

      new-required-request-parameter