Skip to main content
POST
Create Payee

Headers

X-Api-Key
string
required

Your API Key (UUID format). Required to identify and authorize each request

X-Api-Secret
string
required

Secret associated with your API Key. Used for authenticating requests. Keep this secure.

Body

application/json
name
string
required

Full name of the payee

Maximum string length: 50
Example:

"John Doe"

email
string<email> | null

Email address of the payee

Maximum string length: 100
Example:

"john.doe@example.com"

phone_country_code
string | null

International dialing code of the payee’s phone number (e.g., +1 for US).

Maximum string length: 5
Example:

"+1"

phone
string | null

Payee’s local phone number, excluding country code.

Maximum string length: 15
Example:

"1234567890"

Response

Successful Response

success
boolean
default:true

Indicates whether the request was processed successfully.

Example:

true

message
string
default:Success

A short, human-readable message describing the result of the request.

Example:

"Operation completed."

data
ExternalContactsRead · object | null

The main response payload, if applicable

queryGeneratedTime
number | null
default:1778161546.973489

The Unix timestamp (in seconds) indicating when the response was generated.

Example:

1718006400