Paywint Bank Account Withdrawal
Transfers funds from a platform user’s Paywint bank account to their wallet, card, or ACH bank account.
This endpoint:
- Uses the user’s Paywint bank account as the funding source
- Supports wallet, card, and ACH destinations
- Returns the withdrawal transaction details upon successful processing
Headers
Unique platform identifier (UUID). You receive this during onboarding. Must be sent with every API request.
HMAC-SHA256 request signature for authentication. Use your platform secret key to compute it as: METHOD + PATH + QUERY + BODY_HASH.
Path Parameters
Unique identifier (UUID) of the user initiating the transfer.
Body
Amount to transfer from the Paywint bank account
Source Paywint-linked bank account ID to transfer from
Destination for the transfer (WALLET, CARD, or ACH)
WALLET, CARD, ACH Optional memo for the transfer
255Card ID to transfer to when destination is CARD
Bank account ID to transfer to when destination is ACH
Response
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
The Unix timestamp (in seconds) indicating when the response was generated.
1718006400

