processingAccounts
Retrieve processing account
Use this method to retrieve information about a specific processing account.
To retrieve a processing account, you need its processingAccountId. Our gateway returned the processingAccountId in the response of the Create Merchant Platform method or the Create Processing Account method.
Note: If you don't have the processingAccountId, use our List Merchant Platform's Processing Accounts method to search for the processing account.
Our gateway returns the following information about the processing account:
- Business information, including the Merchant Category Code (MCC), status of the processing account, and address of the business.
- Processing information, including the merchant’s refund policies and card types that the merchant accepts.
- Funding information, including funding schedules, funding fees, and details for the merchant’s funding accounts.
- Pricing information, including HATEOAS links to retrieve the pricing program for the processing account.
get/processing-accounts/{processingAccountId}
Path parameters
processingAccountIdstring required
Unique identifier that we assigned to the processing account.
Headers
Authorizationstring required
Bearer authentication
Response
Successful request. Returns the processing account.
Changes
No recorded changes to this endpoint across all 1 revision of this API.