v1

latestOpenAPI 3.1.02026-07-132363652.9 MB
Provider Configuration

Create or update provider credentials for a merchant

Create or update provider credentials for a merchant

post/api/v1/merchants/{merchantId}/provider-configurations

Path parameters

merchantIdstring uuid required

The merchantId parameter

Request body

provider_namestring required

Payment provider name

credentialsobject required

Provider-specific credential key/value pairs

Response

Success

successboolean required

Indicates if the request was successful

Example response

{
  "success": true
}