merchantPlatforms
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.
get/merchant-platforms/{merchantPlatformId}
Path parameters
merchantPlatformIdstring required
Unique identifier of the merchant platform that we sent to you when you created the merchant platform.
Headers
Authorizationstring required
Bearer authentication
Response
Successful request. Returns the merchant platform.
Changes
No recorded changes to this endpoint across all 1 revision of this API.