v2

latestOpenAPI 3.1.02026-07-267085761.0 MB
Card

Request Paywint Card For Contact

Create a Paywint card request for a contact that belongs to the authenticated user.

post/api/v1/card/pw-card/request/contact

Request body

card_nick_namestring
amountnumber

Minimum amount is $2.00

payee_idstring uuid required

ID of the payee that should receive the Paywint card.

Response

Successful Response

successboolean

Indicates whether the request was processed successfully.

messagestring

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

{"stackTrail":"components:schemas:CommonResponse:properties:data:anyOf","oasType":"schema","type":"unknown","title":"Data","description":"The main response payload, if applicable","nullable":true}
queryGeneratedTimenumber nullable

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

Example response

{
  "success": true,
  "message": "Operation completed.",
  "queryGeneratedTime": 1718006400
}