v1
latestOpenAPI 3.1.02026-07-2663312285.4 KBPlatforms
Create a Platform
post/v1/platforms
Request body
Example request
{
"pspId": "psp_abcdefghijklmno123456",
"externalPlatformReference": "ENTITY1234567890",
"legalEntityName": "Example LLC"
}Response
Platform created successfully
Example response
{
"id": "PLATFORMID123456",
"pspId": "psp_abcdefghijklmno123456",
"externalPlatformReference": "ENTITY1234567890",
"legalEntityName": "Example LLC"
}