Create Payee
Creates a new payee under your account.
This endpoint allows you to:
- Register a payout recipient before initiating transfers
- Store payee information for repeat payments
- Save recipients for future payouts
- Organize and manage payout beneficiaries
Headers
Your API Key (UUID format). Required to identify and authorize each request
Secret associated with your API Key. Used for authenticating requests. Keep this secure.
Body
Full name of the payee
50"John Doe"
Email address of the payee
100"john.doe@example.com"
International dialing code of the payee’s phone number (e.g., +1 for US).
5"+1"
Payee’s local phone number, excluding country code.
15"1234567890"
Response
Successful Response
Indicates whether the request was processed successfully.
true
A short, human-readable message describing the result of the request.
"Operation completed."
The main response payload, if applicable
The Unix timestamp (in seconds) indicating when the response was generated.
1718006400
