Creates a new payee under the specified user.
This endpoint enables platforms to:
Unique platform identifier (UUID). You receive this during onboarding. Must be sent with every API request.
HMAC-SHA256 request signature for authentication. Use your platform secret key to compute it as: METHOD + PATH + QUERY + BODY_HASH.
Unique identifier (UUID) of the user who creates the payee.
Full name of the payee
50"John Doe"
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"
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