Skip to main content
POST
/
payees
Create Payee
curl --request POST \
  --url 'http://{{baseurl}}/payees' \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "test123",
  "email": "",
  "phoneNumber": "+970000000000",
  "extraNotes": "عرابة"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Content-Type
string

Body

application/json

The body is of type object.

Response

200 - application/json

Successful response