Skip to main content
J.P. Morgan Business Direct Connect

Retrieve a full account number

In this tutorial, you will learn how to use the J.P. Morgan Business Direct Connect API to retrieve the account owner name and contact information for a specific consented account. By the end of this tutorial, you will know how to:

  • Send a request to retrieve account owner information.

Before you begin

To use this capability, you will need to have:

  • Completed onboarding and obtained client credentials.
  • Successfully completed the consent flow and obtained a valid access token.

Send a request

To retrieve the full account number, bank identifier, and payment network type for a consented account, send a GET request to the /accounts/{accountId}/payment-networks endpoint.

Replace {accountId} with the account ID you want to query.

Be sure to include the required headers, such as x-fapi-interaction-id and your access token, as described in the integration guide.

Request and response details

A successful response will return a list of payment networks supported by the account. For details on required and optional parameters, error codes, response formats, and request/response examples, refer to the API specification.