v1

latestOpenAPI 3.0.02026-07-268955283.0 KB

Create a merchant

post/merchants

Request body

namestring required

The merchant name

bbanstring

The merchant bank account bban

ibanstring

The merchant bank account iban

psuIdstring

The merchant national id

psuCorporateIdstring

The merchant business id

phoneNumberstring

The merchant phone number

displayNamestring

The merchant display name

Example request

{
  "name": "Company LTD",
  "bban": "10-944-50151142",
  "iban": "IL123456789012345678901",
  "psuId": "321765667",
  "psuCorporateId": "321987876",
  "phoneNumber": "0543765674"
}

Response

Response

idstring

The unique identifier of the new merchant