Skip to main content
POST
Create a card

Authorizations

Authorization
string
header
required

A Dueflow access token: dfp_ (personal) or dfs_ (service). Permissions are the token's scopes intersected with the role ceiling, re-evaluated per request.

Headers

Idempotency-Key
string
required

A unique key per logical operation, e.g. a UUID. Retrying with the same key replays the original response instead of repeating the write; reusing it with different parameters is a 409.

Maximum string length: 255

Body

application/json
name
string
required
Required string length: 1 - 100
spendLimit
number
required
Required range: x <= 1000000Must be a multiple of 0.01
spendLimitFrequency
enum<string>
required
Available options:
daily,
weekly,
monthly,
one_time
transactionLimit
number
Required range: x <= 1000000Must be a multiple of 0.01
assignedMemberId
string

Response

Success

kind
enum<string>
required
Available options:
card,
application
card
object | null
required
applicationId
string | null
required