Skip to main content
POST
Issue a funded Paywint Card for a payee

Headers

X-Api-Key
string
required

Your API Key (UUID format). Required to identify and authorize each request

X-Api-Secret
string
required

Secret associated with your API Key. Used for authenticating requests. Keep this secure.

Body

application/json
payee_id
string<uuid>
required

The unique identifier of the existing payee who will receive the Paywint Card. The payee must already be created and must have a default address set.

Example:

"c9b1f3b2-8d9a-4f1b-a9e5-6a77f0b12345"

amount
number
required

The amount to preload onto the card in USD. Minimum allowed value is $2.00. This amount is immediately deducted from the issuing account's available Paywint wallet balance.

Required range: x >= 2
Example:

50

card_nick_name
string
default:My Paywint Card

Optional nickname for the card. If not provided, the default value "My Paywint Card" will be used. Must be between 1 and 30 characters.

Required string length: 1 - 30
Example:

"Holiday Bonus Card"

Response

Successful Response

success
boolean
default:true

Indicates whether the request was processed successfully.

Example:

true

message
string
default:Success

A short, human-readable message describing the result of the request.

Example:

"Operation completed."

data
ExternalPaywintGiftCardRequestRead · object | null

The main response payload, if applicable

Example:
queryGeneratedTime
number | null
default:1778161546.973489

The Unix timestamp (in seconds) indicating when the response was generated.

Example:

1718006400