Fetches a specific Payee’s Paywint Card request by its unique request ID.
This endpoint retrieves the details of a specific paywint card request issued by the authenticated account, including associated card details when available (for approved requests).
If the paywint card has been approved, the last 4 digits of the card number will be included (masked with leading **).
Parameters:
request_id: The unique identifier for the Paywint Card request to fetch.Returns:
Your API Key (UUID format). Required to identify and authorize each request
Secret associated with your API Key. Used for authenticating requests. Keep this secure.
The unique identifier for the specific Paywint Card request. This ID is assigned when the paywint card request is created, and can be used to retrieve details of an issued or pending request.
Successful Response
Indicates whether the request was processed successfully.
true
A short, human-readable message describing the result of the request.
"Operation completed."
The main response payload, if applicable
{
"address_line": "742 Evergreen Terrace",
"amount": 150,
"card_nick_name": "Employee Performance Bonus",
"card_number": "**5426",
"city": "Austin",
"country": "US",
"created_at": "2026-02-12T10:15:30Z",
"first_name": "Michael",
"last_name": "Anderson",
"payee_card_id": "f24a8e7c-7f2b-4f39-bc5d-98e01a123456",
"payee_id": "c9b1f3b2-8d9a-4f1b-a9e5-6a77f0b12345",
"request_id": "f24a8e7c-7f2b-4f39-bc5d-98e01a123456",
"state": "TX",
"status": "approved",
"zip": "78701"
}The Unix timestamp (in seconds) indicating when the response was generated.
1718006400