Open Paywint Bank Account
Creates a new Paywint bank account for an eligible user.
This endpoint now supports two Paywint bank account types:
Account Types
- paywint_savings - Requires only KYC approval
- paywint_business - Requires both KYC and KYB approval
A nickname must be provided for the new account, and the system validates that:
- The bank nickname does not already exist for the user
- The user has not exceeded their allowed Paywint bank account limit
Eligibility Criteria
-
For paywint_savings:
- User’s KYC must be approved
-
For paywint_business:
- User’s KYC must be approved
- User’s KYB must be approved
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
Body
Unique nickname to easily identify the bank account.
"Personal Checking"
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

