Retrieve merchant platform

Use this method to retrieve information about a merchant platform, including its legal information and processing accounts. Include the merchantPlatformId that we sent you when you created the merchant platform.

Path parameters

merchantPlatformIdstringRequired
Unique identifier of the merchant platform that we sent to you when you created the merchant platform.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Successful request. Returns the merchant platform.
businessobject
Object that contains information about the business.
processingAccountslist of objects
Array of processingAccount objects
merchantPlatformIdstring or null
Unique identifier of the merchant platform.
createdDatedatetime or null
Date that the merchant platform was created.
lastModifiedDatedatetime or null
Date that the merchant platform was last modified.
metadatamap from strings to strings or null
Object that you can send to include custom metadata in the request.

Errors