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

merchantPlatformIdstringOptional

Unique identifier of the merchant platform.

createdDatestringOptionalformat: "date-time"

Date that the merchant platform was created.

lastModifiedDatestringOptionalformat: "date-time"

Date that the merchant platform was last modified.

metadatamap from strings to stringsOptional

Object that you can send to include custom metadata in the request.