Create a new recipient
Create a new recipient for a given customer
Authorizations
Headers
Unique key to ensure request idempotency. If the same key is used within a certain time window, the original response will be returned instead of executing the request again.
Path Parameters
KSUID is a 27-character globally unique ID that combines a timestamp with a random component. Used for all entity identifiers in the Dakota platform.
27^[0-9A-Za-z]{27}$"1NFHrqBHb3cTfLVkFSGmHZqdDPi"
Body
Recipient details
Request for creating or updating a recipient entity.
Address Requirements:
- Optional for crypto-only recipients (can be omitted or null)
- Required before adding fiat destinations (ACH, Wire, SWIFT)
Migration Path: Recipients created without addresses can be updated later to add an address when fiat capabilities are needed.
Name of the recipient entity
"Acme Corporation"
Physical address of the recipient.
- Optional when creating/updating crypto-only recipients
- Required for recipients that will have fiat destinations (ACH, Wire, SWIFT)
- Can be added later via PUT /recipients/{id} to enable fiat capabilities
Response
Recipient created successfully
Response containing recipient details.
KSUID is a 27-character globally unique ID that combines a timestamp with a random component. Used for all entity identifiers in the Dakota platform.
27^[0-9A-Za-z]{27}$"1NFHrqBHb3cTfLVkFSGmHZqdDPi"
Name of the recipient entity.
"Acme Corporation"
Current status of the recipient
unused, active, frozen "active"
Standardized physical address format used throughout the Dakota platform for user and entity addresses.
List of destinations associated with this recipient.
Response for a crypto destination.
- Crypto Destination Response
- Crypto Destination Response
- Crypto Destination Response
- US Fiat Destination Response
- IBAN Fiat Destination Response

