Skip to main content
POST
Reload an issued Paywint Card

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_card_id
string<uuid>
required

Unique identifier of the issued Paywint Card that needs to be reloaded.

Example:

"d9f1a8e7-2f9b-4f39-bc5d-98e01a123456"

amount
number
required

Amount in USD to add to the issued Paywint Card. This amount will be deducted directly from the issuer’s Paywint wallet balance.

Example:

50

memo
string | null

Optional note to associate with the reload transaction. If provided, it will appear in the transaction details.

Example:

"Quarterly bonus top-up"

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
ExternalGiftCardReloadTransactionRead · 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