Create Payee Address
Create an address record for a payee.
An address represents a location associated with a payee and may be used across multiple Paywint services.
This endpoint allows you to:
- Store billing or delivery address details
- Support paywint card issuance workflows
- Associate a location with future payment products
- Maintain structured address records
- Designate a primary (default) address
A payee may have multiple addresses, but only one can be marked as default.
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
Unique identifier (UUID) of the payee for whom this address is being created.
"f47ac10b-****-****-****-0e02b2c3d479"
Recipient's first name.
2 - 100"John"
Recipient's last name.
100"Smith"
Street address including apartment, suite, or unit number.
100"123 Main Street, Apt 4B"
City name.
40"New York"
State, province, or region.
30"NY"
Postal code or ZIP code.
10"10001"
Country name.
40"United States"
Street address including apartment, suite, or unit number.
100"123 Main Street, Apt 4B"
Full name of the payee's company.
100"Meta Corp"
Set to true if this address should become the payee's default mailing address.
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
