Initiates a payment from a user to one of their registered payees.
This endpoint performs the following actions:
Documentation Index
Fetch the complete documentation index at: https://developer.paywint.com/llms.txt
Use this file to discover all available pages before exploring further.
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.
Unique identifier (UUID) of the user initiating the payment.
"f47ac10b-****-****-****-0e02b2c3d479"
Unique identifier (UUID) of the recipient receiving the funds.
"f47ac10b-****-****-****-0e02b2c3d479"
Amount to be paid
Payment source selected by the payer (e.g., WALLET, CARD).
WALLET, CARD, PW_BANK Invoice or transaction reference number for tracking and record-keeping purposes.
20"INV-2024-001234"
Destination for the received funds (e.g., WALLET, CARD, ACH, PW_BANK, RTP, FEDNOW).
WALLET, CARD, ACH, PW_BANK, RTP, FEDNOW UUID of the payer’s card to be charged (required if using CARD as the payment method).
"f47ac10b-****-****-****-0e02b2c3d479"
UUID of the payer’s bank account to be debited (required if using ACH as the payment method).
"f47ac10b-****-****-****-0e02b2c3d479"
Optional short note or description for the payment (e.g., invoice reference, service details).
255Description to be shown in the statement. (Only available for RTP now)
50UUID of the payee’s card to receive funds (required if receiving to CARD).
"f47ac10b-****-****-****-0e02b2c3d479"
UUID of the payee’s bank account to receive funds (required if receiving to ACH).
"f47ac10b-****-****-****-0e02b2c3d479"
Indicates whether the payment is for a standard payment or subscription.
payment, subscription "payment"
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