Retrieve merchant platform

Use this method to retrieve information about a merchant platform.

To retrieve a merchant platform, you need its merchantPlatformId. Our gateway returned the merchantPlatformId in the response of the Create Merchant Platform method.

Note: If you don’t have the merchantPlatformId, use our List Merchant Platforms method to search for the merchant platform.

Our gateway returns the following information about the merchant platform:

  • Legal information, including its legal name and address.
  • Contact information, including the email address for the business.
  • Processing account information, including the processingAccountId and status of each processing account that’s linked to 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 that we assigned to the merchant platform.
createdDatedatetime or null

Date that the merchant platform was created. We return this value in the ISO-8601 format.

lastModifiedDatedatetime or null

Date that the merchant platform was last modified. We return this value in the ISO-8601 format.

metadatamap from strings to strings or null
Object that you can send to include custom metadata in the request.

Errors